mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use normal KNF cuddling of elses.
Reported by: bde MFC after: 2 weeks X-MFC with: r312777
This commit is contained in:
parent
971fa117c0
commit
520f089ad0
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue