1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

parse.y (new_scope_gen): adjust indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yui-knk 2017-10-22 06:11:01 +00:00
parent 6a50386115
commit ada56ddec7

View file

@ -9453,9 +9453,9 @@ new_cdecl_gen(struct parser_params *parser, ID v, NODE *val, NODE *path, int col
static NODE *
new_scope_gen(struct parser_params *parser, NODE *a, NODE *b, int column)
{
NODE *scope = NEW_SCOPE(a, b);
nd_set_column(scope, column);
return scope;
NODE *scope = NEW_SCOPE(a, b);
nd_set_column(scope, column);
return scope;
}
static NODE *