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:
parent
6a50386115
commit
ada56ddec7
1 changed files with 3 additions and 3 deletions
6
parse.y
6
parse.y
|
@ -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 *
|
||||
|
|
Loading…
Add table
Reference in a new issue