]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
formatting changes
[bison.git] / tests / actions.at
index e6df7551189e5a55d7bd7d1f1871dcae7ed7b49a..f3af0ef7e7921baf56381123c87547f442e24ed7 100644 (file)
@@ -365,7 +365,7 @@ input:
       V(input, $$, @$, ": /* Nothing */\n");
     }
 | line input /* Right recursive to load the stack so that popping at
-               END can be exercised.  */
+                END can be exercised.  */
     {
       $$ = 2;
       V(input, $$, @$, ": ");