Remove further trailing white space.

This commit is contained in:
Robert Watson 2008-08-01 09:41:45 +00:00
parent 1168e5f13b
commit 7ec3a88b94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181118

View File

@ -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.