From 278b494ba7f88f3049ce53319f2ea7e3351bb974 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 31 Jul 2013 16:21:11 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.