From 297151a0f31774e695814e9ab7f2b08ffebd31e7 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Thu, 15 Jul 2010 14:37:59 +0000 Subject: [PATCH] whitespace fixes --- sys/netinet/ipfw/ip_fw2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c index db34ba6fda0b..abbe7520d43b 100644 --- a/sys/netinet/ipfw/ip_fw2.c +++ b/sys/netinet/ipfw/ip_fw2.c @@ -351,7 +351,7 @@ iface_match(struct ifnet *ifp, ipfw_insn_if *cmd) return(1); } } else { -#ifdef __FreeBSD__ /* and OSX too ? */ +#ifdef __FreeBSD__ /* and OSX too ? */ struct ifaddr *ia; if_addr_rlock(ifp); @@ -1329,7 +1329,7 @@ do { \ /* For diverted packets, args->rule.info * contains the divert port (in host format) * reason and direction. - */ + */ uint32_t i = args->rule.info; match = (i&IPFW_IS_MASK) == IPFW_IS_DIVERT && cmd->arg1 & ((i & IPFW_INFO_IN) ? 1 : 2);