mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-27 21:23:03 +00:00
style: formatting clean up
* data/skeletons/d.m4, examples/d/calc.y, src/output.c, * src/parse-gram.y: No tab, no trailing spaces. Reported by syntax-check.
This commit is contained in:
@@ -156,4 +156,3 @@ void main ()
|
|||||||
Calc p = new Calc (l);
|
Calc p = new Calc (l);
|
||||||
p.parse ();
|
p.parse ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ prepare_rules (void)
|
|||||||
/* LHS of the rule R. */
|
/* LHS of the rule R. */
|
||||||
r1[r] = rules[r].lhs->number;
|
r1[r] = rules[r].lhs->number;
|
||||||
/* Length of rule R's RHS. */
|
/* Length of rule R's RHS. */
|
||||||
r2[r] = rule_rhs_length(&rules[r]);
|
r2[r] = rule_rhs_length (&rules[r]);
|
||||||
/* Dynamic precedence (GLR). */
|
/* Dynamic precedence (GLR). */
|
||||||
dprec[r] = rules[r].dprec;
|
dprec[r] = rules[r].dprec;
|
||||||
/* Merger-function index (GLR). */
|
/* Merger-function index (GLR). */
|
||||||
|
|||||||
Reference in New Issue
Block a user