mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces, append newline at EOF.
This commit is contained in:
parent
754df26210
commit
b93508b32c
34 changed files with 2528 additions and 2528 deletions
|
@ -132,7 +132,7 @@ module Racc
|
|||
def outact(f, t, act)
|
||||
case act
|
||||
when Shift
|
||||
f.printf " %-12s shift, and go to state %d\n",
|
||||
f.printf " %-12s shift, and go to state %d\n",
|
||||
t.to_s, act.goto_id
|
||||
when Reduce
|
||||
f.printf " %-12s reduce using rule %d (%s)\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue