From b5f3c4cff3c6b951ef08c79a62ea41bde70adc5e Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sat, 28 Jun 2003 14:16:53 +0000 Subject: [PATCH] whitespace fix --- sys/netinet/ip_fw2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 71591270bf2e..ad930f9739f8 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -440,7 +440,7 @@ verify_rev_path(struct in_addr src, struct ifnet *ifp) (ro.ro_rt->rt_ifp->if_index != ifp->if_index)) return 0; - return 1; + return 1; }