Use normal KNF cuddling of elses.
Reported by: bde MFC after: 2 weeks X-MFC with: r312777
This commit is contained in:
parent
5fb5bda947
commit
bda5c972b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user