summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 00:29:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-20 00:29:13 +0000
commit16f36b6322f6c789f8b1ecc5c84bc8ea6a54841f (patch)
tree1234c512b45a6c0ec4b8cf27f2f373a7e9d53966 /gc.c
parentfcd5d8fd332b30800c85008100446961473f97d6 (diff)
gc.c: adjust indent
* gc.c (gc_marks): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41463 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 3402562921..b0a6458cbc 100644
--- a/gc.c
+++ b/gc.c
@@ -3646,7 +3646,7 @@ gc_marks(rb_objspace_t *objspace, int minor_gc)
}
else {
gc_marks_body(objspace, th, TRUE);
- }
+ }
}
objspace->mark_func_data = prev_mark_func_data;