diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-27 21:40:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-27 21:40:41 +0000 |
commit | aed8a6f8ee4f022384f86696b079174ef3395758 (patch) | |
tree | ae5eb117d45242010dd06ab4e2026f2fb3ce3eae /sys/dev/pci | |
parent | 1cb9b6009cb517c4308bfd753c0896500b26638a (diff) |
spacing
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_bce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bce.c b/sys/dev/pci/if_bce.c index 980bfe0b5a3..9cf4a040872 100644 --- a/sys/dev/pci/if_bce.c +++ b/sys/dev/pci/if_bce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bce.c,v 1.29 2010/07/27 21:35:51 todd Exp $ */ +/* $OpenBSD: if_bce.c,v 1.30 2010/07/27 21:40:40 deraadt Exp $ */ /* $NetBSD: if_bce.c,v 1.3 2003/09/29 01:53:02 mrg Exp $ */ /* @@ -436,7 +436,7 @@ bce_activate(struct device *self, int act) struct bce_softc *sc = (struct bce_softc *)self; struct ifnet *ifp = &sc->bce_ac.ac_if; - switch(act) { + switch (act) { case DVACT_SUSPEND: if (ifp->if_flags & IFF_RUNNING) bce_stop(ifp, 1); |