* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-11-21 08:21:05 +00:00
parent 047cdaca14
commit a638a44b48

2
gc.c
View File

@ -2870,7 +2870,7 @@ gc_before_sweep(rb_objspace_t *objspace)
/* major GC */
objspace->rgengc.oldspace_increase = 0;
}
#endif
}