summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 22:41:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 22:41:07 +0000
commit2c79a467640c5e0f422cc31a988d819564f01f07 (patch)
tree50b92859ce64ec69a7cc2d0e00a64bab35a93be1 /gc.c
parent12baef45367ba3c7ebcf9c01459e36366bed3604 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 4d9e05bd5e..2f564dbce9 100644
--- a/gc.c
+++ b/gc.c
@@ -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' : '.',