bison: style: indentation fixes

* src/parse-gram.y: here.
This commit is contained in:
Akim Demaille
2018-05-27 10:57:52 +02:00
parent 4eeec4e41f
commit 1e7a8315f6
2 changed files with 2 additions and 2 deletions

View File

@@ -3057,7 +3057,7 @@ add_param (param_type type, char *decl, location loc)
--p;
p[1] = '\0';
++decl;
while (c_isspace ((unsigned char) *decl))
while (c_isspace ((unsigned char) *decl))
++decl;
}

View File

@@ -803,7 +803,7 @@ add_param (param_type type, char *decl, location loc)
--p;
p[1] = '\0';
++decl;
while (c_isspace ((unsigned char) *decl))
while (c_isspace ((unsigned char) *decl))
++decl;
}