Fix indentation warning from GCC

This commit is contained in:
Andrew Johnson
2017-04-28 14:56:18 -05:00
parent 57cbe61709
commit 0bf789db4c

View File

@@ -170,9 +170,10 @@ static long special(DBADDR *paddr, int after)
subRecord *prec = (subRecord *)paddr->precord;
if (!after) {
if (prec->snam[0] == 0 && prec->pact)
if (prec->snam[0] == 0 && prec->pact) {
prec->pact = FALSE;
prec->rpro = FALSE;
}
return 0;
}