yacc.c: fix misleading indentation

* data/skeletons/yacc.c: here.
This commit is contained in:
Akim Demaille
2020-01-29 07:07:22 +01:00
parent c80cdf2db2
commit a1da9b9fe8

View File

@@ -1343,7 +1343,7 @@ yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg,
/* Compute error message size. Don't count the "%s"s, but reserve
room for the terminator. */
yysize = (yystrlen (yyformat) - 2 * yycount) + 1;
yysize = yystrlen (yyformat) - 2 * yycount + 1;
{
int yyi;
for (yyi = 0; yyi < yycount; ++yyi)
@@ -1393,9 +1393,9 @@ yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg,
]b4_yydestruct_define[
]b4_pure_if([], [
]b4_pure_if([], [[
b4_declare_scanner_communication_variables])[]b4_push_if([[
]b4_declare_scanner_communication_variables])[]b4_push_if([[
struct yypstate
{]b4_declare_parser_state_variables[