delete trailing space

This commit is contained in:
FUKUZAWA-Tadashi
2013-03-03 21:08:59 +09:00
parent 1af4110f7d
commit 73309aefa5
+1 -1
View File
@@ -3093,7 +3093,7 @@ rbracket : opt_nl ']'
;
trailer : /* none */
| nl
| nl
| ','
;