From e833adaa6997503a437bb3ab378e723afc0ba8d5 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 21 Jun 2015 03:21:34 +0000 Subject: ext/objspace/objspace_dump.c: adjust indent git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace_dump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/objspace/objspace_dump.c b/ext/objspace/objspace_dump.c index 4e4698868f..b6973df10e 100644 --- a/ext/objspace/objspace_dump.c +++ b/ext/objspace/objspace_dump.c @@ -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; -- cgit v1.2.3