]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
Avoid trailing spaces.
[bison.git] / data / lalr1.cc
index 578e24f4171bafda243c22c5f0f54b16d07416c7..c5433435dae960def37b7807e5323863375b77b7 100644 (file)
@@ -884,8 +884,8 @@ b4_percent_code_get[]dnl
         << yysym.location << ": ";
     switch (yytype)
       {
-]m4_map([b4_symbol_actions], m4_defn([b4_symbol_printers]))dnl
-[       default:
+]m4_map([b4_symbol_actions], m4_defn([b4_symbol_printers]))[
+       default:
          break;
       }
     yyo << ')';
@@ -1105,7 +1105,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))[;
     YY_REDUCE_PRINT (yyn);
     switch (yyn)
       {
-       ]b4_user_actions[
+]b4_user_actions[
        default:
           break;
       }