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:
parent
ceddc8f5e3
commit
b458aef0f0
1 changed files with 2 additions and 2 deletions
4
parse.y
4
parse.y
|
@ -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);
|
||||
/*% %*/
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue