svn commit: r226138 - projects/diffused_head/sys/netinet/ipfw

Lawrence Stewart lstewart at FreeBSD.org
Sat Oct 8 05:48:14 UTC 2011


Author: lstewart
Date: Sat Oct  8 05:48:14 2011
New Revision: 226138
URL: http://svn.freebsd.org/changeset/base/226138

Log:
  Fix a whitespace nit.
  
  Sponsored by:	FreeBSD Foundation

Modified:
  projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iat.h

Modified: projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iat.h
==============================================================================
--- projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iat.h	Sat Oct  8 05:41:19 2011	(r226137)
+++ projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iat.h	Sat Oct  8 05:48:14 2011	(r226138)
@@ -54,6 +54,6 @@
 	"stdev"							\
 };
 
-struct di_feature_module *iat_module(void);
+struct di_feature_module * iat_module(void);
 
 #endif /* _NETINET_IPFW_DIFFUSE_FEATURE_IAT_H_ */


More information about the svn-src-projects mailing list