From: deraadt Date: Tue, 27 Jul 2010 21:40:40 +0000 (+0000) Subject: spacing X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e9eb4f25e1a760501d7896a6e8de94860d8fe62b;p=openbsd spacing --- 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);