Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/06eb140c73ec
branches:  trunk
changeset: 467143:06eb140c73ec
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 15 08:13:20 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/dev/usb/if_urtwn.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6b1a6320ddad -r 06eb140c73ec sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Wed Jan 15 08:02:53 2020 +0000
+++ b/sys/dev/usb/if_urtwn.c    Wed Jan 15 08:13:20 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.78 2019/12/13 14:10:32 maxv Exp $       */
+/*     $NetBSD: if_urtwn.c,v 1.79 2020/01/15 08:13:20 skrll Exp $      */
 /*     $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $       */
 
 /*-
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.78 2019/12/13 14:10:32 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.79 2020/01/15 08:13:20 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -856,7 +856,7 @@
        int s;
 
        URTWNHIST_FUNC(); URTWNHIST_CALLED();
-       if (ic->ic_state == IEEE80211_S_RUN && 
+       if (ic->ic_state == IEEE80211_S_RUN &&
            (ic->ic_opmode == IEEE80211_M_HOSTAP ||
            ic->ic_opmode == IEEE80211_M_IBSS)) {
 



Home | Main Index | Thread Index | Old Index