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:
nobu 2012-07-20 07:27:28 +00:00
parent cfb55acaa7
commit 1ea6c81762
2 changed files with 6 additions and 5 deletions

View File

@ -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);