bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 03/16] style: glr.c: fix indentation issue


From: Akim Demaille
Subject: [PATCH 03/16] style: glr.c: fix indentation issue
Date: Sun, 26 Apr 2020 16:40:38 +0200

* 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
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]