summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-26 08:50:23 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-26 10:57:23 +0200
commitbc083be055b7acd105ec1cb5b22fa2e84188ed00 (patch)
treea341f22f8357126521580954f628692227e45a9d
parent22eeb1ab8a5fb2fa3f4e14a22cfd3c13bd58f59f (diff)
downloadbison-bc083be055b7acd105ec1cb5b22fa2e84188ed00.tar.gz
style: glr.c: fix indentation issue
* data/skeletons/glr.c (yyparse): here.
-rw-r--r--data/skeletons/glr.c3
1 files changed, 2 insertions, 1 deletions
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