aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 16:21:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 16:21:11 +0000
commit278b494ba7f88f3049ce53319f2ea7e3351bb974 (patch)
tree1a590bdddce6d2bd0cec299ce1d8e10449fc2f16 /bignum.c
parent4f1b07e9eb2a3aa00ab62d745f3e6e7d6b2d51d8 (diff)
downloadruby-278b494ba7f88f3049ce53319f2ea7e3351bb974.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index 9da95309ab..cd3f6d3f44 100644
--- a/bignum.c
+++ b/bignum.c
@@ -4119,7 +4119,7 @@ power_cache_init(void)
static inline VALUE
power_cache_get_power(int base, int power_level, size_t *numdigits_ret)
{
- /*
+ /*
* MAX_BIG2STR_TABLE_ENTRIES is big enough to that
* big2str_power_cache[base][MAX_BIG2STR_TABLE_ENTRIES-1] fills whole memory.
* So MAX_BIG2STR_TABLE_ENTRIES <= power_level is not possible to calculate.