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

parse.y: remove spaces [ci skip]

* parse.y (cmd_brace_block, do_block): remove spaces before tab in
  indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-09-21 04:36:32 +00:00
parent ceddc8f5e3
commit b458aef0f0

View file

@ -1474,7 +1474,7 @@ cmd_brace_block : tLBRACE_ARG
brace_body '}'
{
$$ = $3;
/*%%%*/
/*%%%*/
nd_set_line($$, $<num>2);
/*% %*/
}
@ -3561,7 +3561,7 @@ do_block : keyword_do_block
do_body keyword_end
{
$$ = $3;
/*%%%*/
/*%%%*/
nd_set_line($$, $<num>2);
/*% %*/
}