mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
cex: style changes
* src/counterexample.c: Simplify a bit. * src/parse-simulation.c, src/parse-simulation.h: Enforce coding style.
This commit is contained in:
@@ -157,7 +157,7 @@ parse_state_derivation_completed (const parse_state *ps)
|
||||
derivation *
|
||||
parse_state_derivation (const parse_state *ps)
|
||||
{
|
||||
return (derivation *)ps->derivs.head_elt;
|
||||
return (derivation *) ps->derivs.head_elt;
|
||||
}
|
||||
|
||||
const state_item *
|
||||
|
||||
Reference in New Issue
Block a user