summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2010-07-27 21:56:12 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2010-07-27 21:56:12 +0000
commit00491e01ff2fcda887effb9bdd3acbef6d817388 (patch)
tree5d467460727165cfa7500b63a283f2b918dd2a85
parent6a4ecb30949893ed840a5b68b8f3e7c7465f478d (diff)
spacing; ok deraadt@
-rw-r--r--sys/dev/pci/agp_i810.c4
-rw-r--r--sys/dev/pci/if_bge.c4
-rw-r--r--sys/dev/pci/if_re_pci.c4
-rw-r--r--sys/dev/pci/itherm.c2
4 files changed, 7 insertions, 7 deletions
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 <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);
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);
}