1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-07-31 16:21:11 +00:00
parent 4f1b07e9eb
commit 278b494ba7

View file

@ -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.