mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove garbage spaces
* insns.def, parse.y: remove garbage spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cfb55acaa7
commit
1ea6c81762
2 changed files with 6 additions and 5 deletions
1
parse.y
1
parse.y
|
@ -3406,6 +3406,7 @@ opt_block_args_tail : ',' block_args_tail
|
|||
$$ = new_args_tail(Qnone, Qnone, Qnone);
|
||||
}
|
||||
;
|
||||
|
||||
block_param : f_arg ',' f_block_optarg ',' f_rest_arg opt_block_args_tail
|
||||
{
|
||||
$$ = new_args($1, $3, $5, Qnone, $6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue