Use normal KNF cuddling of elses.

Reported by:	bde
MFC after:	2 weeks
X-MFC with:	r312777
This commit is contained in:
cy 2017-01-26 04:51:48 +00:00
parent 5fb5bda947
commit bda5c972b3

View File

@ -408,8 +408,7 @@ static void flushfilter(arg, filter)
}
closedevice();
return;
}
else if (strchr(arg, 'i') || strchr(arg, 'I'))
} else if (strchr(arg, 'i') || strchr(arg, 'I'))
fl = FR_INQUE;
else if (strchr(arg, 'o') || strchr(arg, 'O'))
fl = FR_OUTQUE;