* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-06-20 22:41:07 +00:00
parent 12baef4536
commit 2c79a46764

2
gc.c
View File

@ -5326,7 +5326,7 @@ gc_profile_dump_on(VALUE out, VALUE (*append)(VALUE, VALUE))
"%10"PRIuSIZE" %10"PRIuSIZE" %10"PRIuSIZE"\n"
#endif
,
i+1,
(record->flags & GPR_FLAG_MINOR) ? '-' : '+',
(record->flags & GPR_FLAG_HAVE_FINALIZE) ? 'F' : '.',