1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2013-06-20 00:29:13 +00:00
parent fcd5d8fd33
commit 16f36b6322

2
gc.c
View file

@ -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;