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:
Johan Karlsson 2004-09-26 09:01:02 +00:00
parent f50b1bdb22
commit 1868ee666e

View File

@ -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 {