mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/json/{generator/generator.c,parser/parser.rl}: fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc1fd9458d
commit
29e497d231
3 changed files with 24 additions and 24 deletions
|
@ -1404,13 +1404,13 @@ tr2:
|
|||
{
|
||||
*result = json_string_unescape(*result, json->memo + 1, p);
|
||||
if (NIL_P(*result)) {
|
||||
p--;
|
||||
{p++; cs = 8; goto _out;}
|
||||
} else {
|
||||
FORCE_UTF8(*result);
|
||||
{p = (( p + 1))-1;}
|
||||
}
|
||||
}
|
||||
p--;
|
||||
{p++; cs = 8; goto _out;}
|
||||
} else {
|
||||
FORCE_UTF8(*result);
|
||||
{p = (( p + 1))-1;}
|
||||
}
|
||||
}
|
||||
#line 468 "parser.rl"
|
||||
{ p--; {p++; cs = 8; goto _out;} }
|
||||
goto st8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue