]> git.saurik.com Git - bison.git/commitdiff
glr.c: formatting changes.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 15:33:12 +0000 (17:33 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 15:33:12 +0000 (17:33 +0200)
* data/glr.c: Fix indentation.

data/glr.c

index 509ee123f5997afca57ae67bf0df578cb5de605a..e6a8e3818a7adbec1ba9668b2ac0272aa3fdeb14 100644 (file)
@@ -544,7 +544,7 @@ typedef enum { yyok, yyaccept, yyabort, yyerr } YYRESULTTAG;
     if (yydebug)                                                        \
       {                                                                 \
         YYFPRINTF (stderr, "%s ", Title);                               \
-      yy_symbol_print (stderr, Type, Value]b4_locuser_args([Location])[);        \
+        yy_symbol_print (stderr, Type, Value]b4_locuser_args([Location])[);        \
         YYFPRINTF (stderr, "\n");                                       \
       }                                                                 \
   } while (YYID (0))