From: todd Date: Tue, 27 Jul 2010 21:56:11 +0000 (+0000) Subject: spacing; ok deraadt@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a5ac7a89e6d8b1e9c73b0c4dc3900553be136514;p=openbsd spacing; ok deraadt@ --- diff --git a/sys/dev/pci/agp_i810.c b/sys/dev/pci/agp_i810.c index 0a27e146f05..f88cc276432 100644 --- a/sys/dev/pci/agp_i810.c +++ b/sys/dev/pci/agp_i810.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agp_i810.c,v 1.65 2010/07/02 02:33:57 tedu Exp $ */ +/* $OpenBSD: agp_i810.c,v 1.66 2010/07/27 21:56:11 todd Exp $ */ /*- * Copyright (c) 2000 Doug Rabson @@ -511,7 +511,7 @@ agp_i810_activate(struct device *arg, int act) { struct agp_i810_softc *isc = (struct agp_i810_softc *)arg; - switch(act) { + switch (act) { case DVACT_RESUME: agp_i810_configure(isc); break; diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 27c0b4be551..dbd2abfc83d 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.295 2010/07/27 19:38:18 kettenis Exp $ */ +/* $OpenBSD: if_bge.c,v 1.296 2010/07/27 21:56:11 todd Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -2294,7 +2294,7 @@ bge_activate(struct device *self, int act) struct bge_softc *sc = (struct bge_softc *)self; struct ifnet *ifp = &sc->arpcom.ac_if; - switch(act) { + switch (act) { case DVACT_SUSPEND: if (ifp->if_flags & IFF_RUNNING) bge_stop(sc); diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index 9588b64972e..993167bf53c 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.28 2010/07/27 20:53:39 kettenis Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.29 2010/07/27 21:56:11 todd Exp $ */ /* * Copyright (c) 2005 Peter Valchev @@ -247,7 +247,7 @@ re_pci_activate(struct device *self, int act) struct rl_softc *sc = &psc->sc_rl; struct ifnet *ifp = &sc->sc_arpcom.ac_if; - switch(act) { + switch (act) { case DVACT_SUSPEND: if (ifp->if_flags & IFF_RUNNING) re_stop(ifp); diff --git a/sys/dev/pci/itherm.c b/sys/dev/pci/itherm.c index 7b4797b12f9..389cefc7d48 100644 --- a/sys/dev/pci/itherm.c +++ b/sys/dev/pci/itherm.c @@ -225,7 +225,7 @@ itherm_activate(struct device *self, int act) { struct itherm_softc *sc = (struct itherm_softc *)self; - switch(act) { + switch (act) { case DVACT_RESUME: itherm_enable(sc); }