svn commit: r210120 - head/sys/netinet/ipfw

Luigi Rizzo luigi at FreeBSD.org
Thu Jul 15 14:37:59 UTC 2010


Author: luigi
Date: Thu Jul 15 14:37:59 2010
New Revision: 210120
URL: http://svn.freebsd.org/changeset/base/210120

Log:
  whitespace fixes

Modified:
  head/sys/netinet/ipfw/ip_fw2.c

Modified: head/sys/netinet/ipfw/ip_fw2.c
==============================================================================
--- head/sys/netinet/ipfw/ip_fw2.c	Thu Jul 15 14:37:02 2010	(r210119)
+++ head/sys/netinet/ipfw/ip_fw2.c	Thu Jul 15 14:37:59 2010	(r210120)
@@ -351,7 +351,7 @@ iface_match(struct ifnet *ifp, ipfw_insn
 				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);


More information about the svn-src-head mailing list