Skip to content

Commit

Permalink
Adjust indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and ferrous26 committed Jul 11, 2011
1 parent b0a58d1 commit 5bfa7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/json/ext/parser/parser.rl
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5bfa7d9

Please sign in to comment.