diff options
author | 2010-07-27 21:40:40 +0000 | |
---|---|---|
committer | 2010-07-27 21:40:40 +0000 | |
commit | e9eb4f25e1a760501d7896a6e8de94860d8fe62b (patch) | |
tree | d5956b5613b01ba6a72befb2e3658225222d2aed | |
parent | add bce_activate(), suspends and resumes on my laptop (diff) | |
download | wireguard-openbsd-e9eb4f25e1a760501d7896a6e8de94860d8fe62b.tar.xz wireguard-openbsd-e9eb4f25e1a760501d7896a6e8de94860d8fe62b.zip |
spacing
-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); |