style: glr.c: fix indentation issue

* data/skeletons/glr.c (yyparse): here.
This commit is contained in:
Akim Demaille
2020-04-26 08:50:23 +02:00
parent 22eeb1ab8a
commit bc083be055

View File

@@ -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