* remove trailing spaces. [ci skip]

This commit is contained in:
git 2020-02-22 09:59:23 +09:00
parent b9007b6c54
commit d7984d0f54
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class TestGc < Test::Unit::TestCase
ObjectSpace.count_objects(count)
# repeat same methods invocation for cache object creation.
GC.stat(stat)
ObjectSpace.count_objects(count)
ObjectSpace.count_objects(count)
assert_equal(count[:TOTAL]-count[:FREE], stat[:heap_live_slots])
assert_equal(count[:FREE], stat[:heap_free_slots])

View File

@ -225,7 +225,7 @@ typedef VALUE (*vm_call_handler)(
// imemo_callcache
struct rb_callcache {
const VALUE flags;
const VALUE flags;
/* inline cache: key */
const VALUE klass; // should not mark it because klass can not be free'd