1
0
Fork 0
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:
git 2019-06-19 18:19:20 +09:00
parent 754df26210
commit b93508b32c
34 changed files with 2528 additions and 2528 deletions

View file

@ -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",