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:
Akim Demaille
2020-06-07 09:14:43 +02:00
parent 39be113b1f
commit 421662ec88
5 changed files with 10 additions and 10 deletions

View File

@@ -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)