From bc083be055b7acd105ec1cb5b22fa2e84188ed00 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 26 Apr 2020 08:50:23 +0200 Subject: [PATCH] style: glr.c: fix indentation issue * data/skeletons/glr.c (yyparse): here. --- data/skeletons/glr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/skeletons/glr.c b/data/skeletons/glr.c index 2d2fd5fc..8acf47c7 100644 --- a/data/skeletons/glr.c +++ b/data/skeletons/glr.c @@ -2490,7 +2490,8 @@ b4_dollar_popdef])[]dnl /* Don't issue an error message again for exceptions thrown from the scanner. */ if (yychar != YYFAULTYTOK) - ]])[ yyreportSyntaxError (&yystack]b4_user_args[); + ]], [[ +]])[ yyreportSyntaxError (&yystack]b4_user_args[); goto yyuser_error; } else