summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2018-09-11 10:23:41 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2018-09-11 10:23:41 +0000
commit7a22397806b0a36170bb0e7eb91fffa33648998c (patch)
treea6f0392fa4f878403ad768cd39452a5b8e3734b3 /sys/net
parentfa62ae282b08a84c327a8106b5acd04709ce2fdf (diff)
Nuke some trailing spaces that wandered into the
crosshairs.
Diffstat (limited to 'sys/net')
-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) {