style: clean up the scanner and parser

* src/scan-gram.l: Formatting changes.
Add "missing" assertion for symmetry.
* src/parse-gram.y: Formatting changes.
This commit is contained in:
Akim Demaille
2018-11-10 12:55:27 +01:00
parent a91873a1b9
commit be737c3dd6
2 changed files with 10 additions and 9 deletions

View File

@@ -592,10 +592,10 @@ rules_or_grammar_declaration:
rules:
id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
{
/* Free the current lhs. */
current_lhs (0, @1, 0);
}
{
/* Free the current lhs. */
current_lhs (0, @1, 0);
}
;
rhses.1: