MF4: fix style(9) whitespace breakage.

This commit is contained in:
Peter Wemm 2000-08-08 23:53:11 +00:00
parent 36875740cc
commit 3dd0dbfeb9

View File

@ -975,7 +975,7 @@ static int an_ioctl(ifp, command, data)
sc = ifp->if_softc;
ifr = (struct ifreq *)data;
if(sc->an_gone) {
if (sc->an_gone) {
error = ENODEV;
goto out;
}
@ -1037,8 +1037,8 @@ static int an_ioctl(ifp, command, data)
error = copyout(&areq, ifr->ifr_data, sizeof(areq));
break;
case SIOCSAIRONET:
if ((error = suser(p)))
goto out;
if ((error = suser(p)))
goto out;
error = copyin(ifr->ifr_data, &areq, sizeof(areq));
if (error)
break;