Use normal KNF cuddling of elses.

Reported by:	bde
MFC after:	2 weeks
X-MFC with:	r312777
This commit is contained in:
Cy Schubert 2017-01-26 04:51:48 +00:00
parent 971fa117c0
commit 520f089ad0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312791

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;