diff options
author | 2002-06-07 01:07:22 +0000 | |
---|---|---|
committer | 2002-06-07 01:07:22 +0000 | |
commit | fec4487f29f1c6f300c973b6ec5d67c49c1e7fb0 (patch) | |
tree | 710778a87e674a4c743cfcefc0b5cdd04efb92da | |
parent | Before detaching, log output should go to stderr, not syslog. (diff) | |
download | wireguard-openbsd-fec4487f29f1c6f300c973b6ec5d67c49c1e7fb0.tar.xz wireguard-openbsd-fec4487f29f1c6f300c973b6ec5d67c49c1e7fb0.zip |
fix indent
-rw-r--r-- | sys/dev/ic/smc91cxx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index ae53ffbd0d3..5206c4bf907 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc91cxx.c,v 1.15 2002/03/22 00:04:29 vincent Exp $ */ +/* $OpenBSD: smc91cxx.c,v 1.16 2002/06/07 01:07:22 itojun Exp $ */ /* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */ /*- @@ -973,9 +973,9 @@ smc91cxx_ioctl(ifp, cmd, data) switch (ifa->ifa_addr->sa_family) { #ifdef INET case AF_INET: - smc91cxx_init(sc); - arp_ifinit(&sc->sc_arpcom, ifa); - break; + smc91cxx_init(sc); + arp_ifinit(&sc->sc_arpcom, ifa); + break; #endif #ifdef NS case AF_NS: |