From b5a65047334c85a5b83907cf681ffa146ea27538 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Mon, 23 Jun 2008 14:29:56 +0000 Subject: [PATCH] White space --- sys/net/if_ethersubr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 501b547208..9928c08639 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -32,7 +32,7 @@ * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 * $FreeBSD: src/sys/net/if_ethersubr.c,v 1.70.2.33 2003/04/28 15:45:53 archie Exp $ - * $DragonFly: src/sys/net/if_ethersubr.c,v 1.69 2008/06/23 14:24:48 sephe Exp $ + * $DragonFly: src/sys/net/if_ethersubr.c,v 1.70 2008/06/23 14:29:56 sephe Exp $ */ #include "opt_atalk.h" @@ -1669,8 +1669,8 @@ ether_input_chain2(struct ifnet *ifp, struct mbuf *m, struct mbuf_chain *chain) /* * Interface marked for monitoring; discard packet. */ - m_freem(m); - return; + m_freem(m); + return; } if (ntohs(eh->ether_type) == ETHERTYPE_VLAN && -- 2.11.4.GIT