diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2011-07-08 16:13:39 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2011-07-08 16:13:39 +0900 |
commit | 62b2f6ab3c97697883c820cf13d6b8a85b1f053e (patch) | |
tree | 57cc29579504a5438283b1bd124355eed8dc14b6 /ext | |
parent | 1b19c43a4f459988474f86ccbbfc92a420af58e8 (diff) | |
download | json-62b2f6ab3c97697883c820cf13d6b8a85b1f053e.tar.gz |
Adjust indent.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/json/ext/parser/parser.rl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/ext/parser/parser.rl b/ext/json/ext/parser/parser.rl index b18f06f..3257a48 100644 --- a/ext/json/ext/parser/parser.rl +++ b/ext/json/ext/parser/parser.rl @@ -120,9 +120,9 @@ static ID i_json_creatable_p, i_json_create, i_create_id, i_create_additions, fhold; fbreak; } else { if (NIL_P(json->object_class)) { - rb_hash_aset(*result, last_name, v); + rb_hash_aset(*result, last_name, v); } else { - rb_funcall(*result, i_aset, 2, last_name, v); + rb_funcall(*result, i_aset, 2, last_name, v); } fexec np; } |