]> git.saurik.com Git - bison.git/commitdiff
Space changes.
authorAkim Demaille <demaille@gostai.com>
Tue, 21 Oct 2008 21:20:10 +0000 (16:20 -0500)
committerAkim Demaille <demaille@gostai.com>
Tue, 28 Oct 2008 16:11:17 +0000 (17:11 +0100)
* data/lalr1.cc: Formatting changes.

ChangeLog
data/lalr1.cc

index 0dc7c19dff33fc056ab0473a631b96bdfb8f59d6..4852ba01f708b6958acebaaaa15b93f83ecd82c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-28  Akim Demaille  <demaille@gostai.com>
+
+       Space changes.
+       * data/lalr1.cc: Formatting changes.
+
 2008-10-28  Akim Demaille  <demaille@gostai.com>
 
        Don't define debugging functions when !YYDEBUG.
index 857f2e8bd92621a72147850241777d081ca8d26f..ca1dfccdd8e83b550368d6a5380ec14c52fe485b 100644 (file)
@@ -795,7 +795,7 @@ b4_error_verbose_if([, yytoken])[));
 
     /* Shift the error token.  */
     YY_SYMBOL_PRINT ("Shifting", yystos_[yyn],
-                  &yysemantic_stack_[0], &yylocation_stack_[0]);
+                    &yysemantic_stack_[0], &yylocation_stack_[0]);
 
     yystate = yyn;
     goto yynewstate;