summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2003-06-28 14:16:53 +0000
committerluigi <luigi@FreeBSD.org>2003-06-28 14:16:53 +0000
commitf8b1841e607005080630845c243d0401d99e6828 (patch)
tree9155bbc156e9f6bd62e822ac51363ff91076a716 /sys/netinet/ip_fw2.c
parent0f43ae5b7d648754565e6fe58259790b4d9faf9e (diff)
downloadFreeBSD-src-f8b1841e607005080630845c243d0401d99e6828.zip
FreeBSD-src-f8b1841e607005080630845c243d0401d99e6828.tar.gz
whitespace fix
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 7159127..ad930f9 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;
}
OpenPOWER on IntegriCloud