From 16f36b6322f6c789f8b1ecc5c84bc8ea6a54841f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Jun 2013 00:29:13 +0000 Subject: [PATCH] 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 --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;