Fix identation.

This commit is contained in:
Maxim Sobolev 2005-03-25 12:55:06 +00:00
parent f1cc4b713e
commit 8eadbd831e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144108

View File

@ -686,7 +686,7 @@ cdce_rxstart(struct ifnet *ifp)
sc = ifp->if_softc;
CDCE_LOCK(sc);
if (sc->cdce_dying || !(ifp->if_flags & IFF_RUNNING)) {
if (sc->cdce_dying || !(ifp->if_flags & IFF_RUNNING)) {
CDCE_UNLOCK(sc);
return;
}