mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
style: Move the { back to the else line to match the }.
Discussed with: glebius X-MFC after: 5.3-Release
This commit is contained in:
parent
f50b1bdb22
commit
1868ee666e
1 changed files with 2 additions and 2 deletions
|
|
@ -3033,8 +3033,8 @@ xl_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
|
|||
CSR_WRITE_2(sc, XL_COMMAND,
|
||||
XL_CMD_RX_SET_FILT|rxfilt);
|
||||
XL_SEL_WIN(7);
|
||||
} else
|
||||
if ((ifp->if_flags & IFF_RUNNING) == 0) {
|
||||
} else {
|
||||
if ((ifp->if_flags & IFF_RUNNING) == 0)
|
||||
xl_init_locked(sc);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue