diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-18 04:02:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-18 04:02:12 +0000 |
commit | f0692cef8da2efb70ad8ab2eb85694990001dee1 (patch) | |
tree | 920d9fdf2a905bfab322a6dcfaf996114b22cc5c | |
parent | 1cbd1554d2b8673d64f4f3836e5ae350ade9b89a (diff) |
indent
-rw-r--r-- | sys/dev/pcmcia/if_wi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_wi.c b/sys/dev/pcmcia/if_wi.c index 2f544a47ebd..91c064be100 100644 --- a/sys/dev/pcmcia/if_wi.c +++ b/sys/dev/pcmcia/if_wi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi.c,v 1.11 2000/05/24 06:23:36 itojun Exp $ */ +/* $OpenBSD: if_wi.c,v 1.12 2000/06/18 04:02:11 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -135,7 +135,7 @@ u_int32_t widebug = WIDEBUG; #if !defined(lint) && !defined(__OpenBSD__) static const char rcsid[] = - "$OpenBSD: if_wi.c,v 1.11 2000/05/24 06:23:36 itojun Exp $"; + "$OpenBSD: if_wi.c,v 1.12 2000/06/18 04:02:11 aaron Exp $"; #endif /* lint */ #ifdef foo @@ -1032,7 +1032,7 @@ STATIC int wi_ioctl(ifp, command, data) struct wi_softc *sc; struct wi_req wreq; struct ifreq *ifr; - struct proc *p = curproc; + struct proc *p = curproc; struct ifaddr *ifa = (struct ifaddr *)data; s = splimp(); |