summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
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' : '.',