mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +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;
|
||||||
p[1] = '\0';
|
p[1] = '\0';
|
||||||
++decl;
|
++decl;
|
||||||
while (c_isspace ((unsigned char) *decl))
|
while (c_isspace ((unsigned char) *decl))
|
||||||
++decl;
|
++decl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -803,7 +803,7 @@ add_param (param_type type, char *decl, location loc)
|
|||||||
--p;
|
--p;
|
||||||
p[1] = '\0';
|
p[1] = '\0';
|
||||||
++decl;
|
++decl;
|
||||||
while (c_isspace ((unsigned char) *decl))
|
while (c_isspace ((unsigned char) *decl))
|
||||||
++decl;
|
++decl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user