From 775673717fc9b7e5174418f7420ba21040a8e675 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 4 May 2012 17:33:12 +0200 Subject: [PATCH] glr.c: formatting changes. * data/glr.c: Fix indentation. --- data/glr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.45.2