mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
style: fix syntax-check issues
* src/counterexample.c, src/files.c, src/files.h, src/lssi.c, * src/state-item.c: here.
This commit is contained in:
@@ -563,7 +563,7 @@ void
|
||||
state_items_free (void)
|
||||
{
|
||||
for (int i = 0; i < nstate_items; ++i)
|
||||
if (!SI_DISABLED(i))
|
||||
if (!SI_DISABLED (i))
|
||||
{
|
||||
state_item *si = state_items + i;
|
||||
if (si->prods)
|
||||
|
||||
Reference in New Issue
Block a user