aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 03:21:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 03:21:34 +0000
commitab9d26e7293ef9164795ab48e07e9d76055a6cb7 (patch)
tree0df9e9b3aa1d475d92095e19a041d96903900212 /ext
parent813e00ad2f66bb6903a46185f984476767ce3b95 (diff)
downloadruby-ab9d26e7293ef9164795ab48e07e9d76055a6cb7.tar.gz
ext/objspace/objspace_dump.c: adjust indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/objspace/objspace_dump.c4
1 files changed, 2 insertions, 2 deletions
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;