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:
parent
fcd5d8fd33
commit
16f36b6322
1 changed files with 1 additions and 1 deletions
2
gc.c
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue