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@44239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-16 09:21:05 +00:00
parent 8d254db25b
commit f89bd95b4d

View file

@ -1,6 +1,6 @@
Mon Dec 16 18:16:28 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_verify_internal_consistency): should not use
* gc.c (gc_verify_internal_consistency): should not use
rb_objspace_each_objects() because it call rest_sweep().
Mon Dec 16 18:07:30 2013 Koichi Sasada <ko1@atdot.net>