style(9) - space after keywords, don't indent case.

This commit is contained in:
yongari 2008-07-29 09:02:00 +00:00
parent 3a922a1bb6
commit ec0068765f

View File

@ -1612,8 +1612,7 @@ bfe_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
case SIOCGIFMEDIA:
case SIOCSIFMEDIA:
mii = device_get_softc(sc->bfe_miibus);
error = ifmedia_ioctl(ifp, ifr, &mii->mii_media,
command);
error = ifmedia_ioctl(ifp, ifr, &mii->mii_media, command);
break;
default:
error = ether_ioctl(ifp, command, data);