spacing; ok deraadt@
authortodd <todd@openbsd.org>
Tue, 27 Jul 2010 21:56:11 +0000 (21:56 +0000)
committertodd <todd@openbsd.org>
Tue, 27 Jul 2010 21:56:11 +0000 (21:56 +0000)
sys/dev/pci/agp_i810.c
sys/dev/pci/if_bge.c
sys/dev/pci/if_re_pci.c
sys/dev/pci/itherm.c

index 0a27e14..f88cc27 100644 (file)
@@ -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;
index 27c0b4b..dbd2abf 100644 (file)
@@ -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);
index 9588b64..993167b 100644 (file)
@@ -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 <pvalchev@openbsd.org>
@@ -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);
index 7b4797b..389cefc 100644 (file)
@@ -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);
        }