* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-06 06:31:06 +00:00
parent 73d6dc252d
commit b10a8c52e3

View file

@ -1,6 +1,6 @@
Fri Dec 6 15:24:30 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_start_internal, rb_gc): do not need
* gc.c (gc_start_internal, rb_gc): do not need
heap_pages_free_unused_pages() here.
It was done in after_sweep().