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

ext/objspace/objspace_dump.c: adjust indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-06-21 03:21:34 +00:00
parent cc77375d2d
commit e833adaa69

View file

@ -150,8 +150,8 @@ dump_object(VALUE obj, struct dump_config *dc)
size_t n, i;
if (SPECIAL_CONST_P(obj)) {
dump_append(dc, "{}");
return;
dump_append(dc, "{}");
return;
}
dc->cur_obj = obj;