mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
bison: style: indentation fixes
* src/parse-gram.y: here.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user