summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-08-01 09:41:45 +0000
committerrwatson <rwatson@FreeBSD.org>2008-08-01 09:41:45 +0000
commitf06c4502bb216ffd9e3c9854d97809c22c6742ec (patch)
treea93aacb6ac04e6f172c0e91cc648010270abb295 /sys/net/if_loop.c
parentfb63e4aaabee40edc99be40c8c92f783574093e7 (diff)
downloadFreeBSD-src-f06c4502bb216ffd9e3c9854d97809c22c6742ec.zip
FreeBSD-src-f06c4502bb216ffd9e3c9854d97809c22c6742ec.tar.gz
Remove further trailing white space.
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index 70611a8..ea41517 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -237,7 +237,7 @@ if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen)
if (bpf_peers_present(loif->if_bpf)) {
if ((m->m_flags & M_MCAST) == 0 || loif == ifp) {
/* XXX beware sizeof(af) != 4 */
- u_int32_t af1 = af;
+ u_int32_t af1 = af;
/*
* We need to prepend the address family.
OpenPOWER on IntegriCloud