summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2018-09-11 10:23:40 +0000
committerkrw <krw@openbsd.org>2018-09-11 10:23:40 +0000
commit4a2ad7088822140385842057a20d2a55a33037cb (patch)
tree67b64269f084800680d1b59dcb6483fa73b07956 /sys/net/if.c
parentWith the interface debug flag enabled, print a "score" for each AP we (diff)
downloadwireguard-openbsd-4a2ad7088822140385842057a20d2a55a33037cb.tar.xz
wireguard-openbsd-4a2ad7088822140385842057a20d2a55a33037cb.zip
Nuke some trailing spaces that wandered into the
crosshairs.
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 0e0c767cc3b..78d7d3f3af6 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.563 2018/09/10 16:18:34 sashan Exp $ */
+/* $OpenBSD: if.c,v 1.564 2018/09/11 10:23:40 krw Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -689,7 +689,7 @@ if_enqueue(struct ifnet *ifp, struct mbuf *m)
#if NPF > 0
if (m->m_pkthdr.pf.delay > 0)
return (pf_delay_pkt(m, ifp->if_index));
-#endif
+#endif
#if NBRIDGE > 0
if (ifp->if_bridgeport && (m->m_flags & M_PROTO1) == 0) {