* 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:
parent
12baef4536
commit
2c79a46764
2
gc.c
2
gc.c
@ -5326,7 +5326,7 @@ gc_profile_dump_on(VALUE out, VALUE (*append)(VALUE, VALUE))
|
|||||||
"%10"PRIuSIZE" %10"PRIuSIZE" %10"PRIuSIZE"\n"
|
"%10"PRIuSIZE" %10"PRIuSIZE" %10"PRIuSIZE"\n"
|
||||||
#endif
|
#endif
|
||||||
,
|
,
|
||||||
|
|
||||||
i+1,
|
i+1,
|
||||||
(record->flags & GPR_FLAG_MINOR) ? '-' : '+',
|
(record->flags & GPR_FLAG_MINOR) ? '-' : '+',
|
||||||
(record->flags & GPR_FLAG_HAVE_FINALIZE) ? 'F' : '.',
|
(record->flags & GPR_FLAG_HAVE_FINALIZE) ? 'F' : '.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user