From: Akim Demaille Date: Fri, 4 May 2012 15:33:12 +0000 (+0200) Subject: glr.c: formatting changes. X-Git-Tag: v2.7.90~449 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/775673717fc9b7e5174418f7420ba21040a8e675?ds=inline glr.c: formatting changes. * data/glr.c: Fix indentation. --- diff --git a/data/glr.c b/data/glr.c index 509ee123..e6a8e381 100644 --- a/data/glr.c +++ b/data/glr.c @@ -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))