mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
style: glr.c: fix indentation issue
* data/skeletons/glr.c (yyparse): here.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user