glr.c: formatting changes.

* data/glr.c: Fix indentation.
This commit is contained in:
Akim Demaille
2012-05-04 17:33:12 +02:00
parent 520144aadc
commit 775673717f

View 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))