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
4
parse.y
4
parse.y
@ -1474,7 +1474,7 @@ cmd_brace_block : tLBRACE_ARG
|
|||||||
brace_body '}'
|
brace_body '}'
|
||||||
{
|
{
|
||||||
$$ = $3;
|
$$ = $3;
|
||||||
/*%%%*/
|
/*%%%*/
|
||||||
nd_set_line($$, $<num>2);
|
nd_set_line($$, $<num>2);
|
||||||
/*% %*/
|
/*% %*/
|
||||||
}
|
}
|
||||||
@ -3561,7 +3561,7 @@ do_block : keyword_do_block
|
|||||||
do_body keyword_end
|
do_body keyword_end
|
||||||
{
|
{
|
||||||
$$ = $3;
|
$$ = $3;
|
||||||
/*%%%*/
|
/*%%%*/
|
||||||
nd_set_line($$, $<num>2);
|
nd_set_line($$, $<num>2);
|
||||||
/*% %*/
|
/*% %*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user