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

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


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

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

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

Modified: projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iatbd.h
==============================================================================
--- projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iatbd.h	Sat Oct  8 05:48:14 2011	(r226138)
+++ projects/diffused_head/sys/netinet/ipfw/diffuse_feature_iatbd.h	Sat Oct  8 05:48:38 2011	(r226139)
@@ -60,6 +60,6 @@
 	"bstdev"							\
 };
 
-struct di_feature_module *iatbd_module(void);
+struct di_feature_module * iatbd_module(void);
 
 #endif /* _NETINET_IPFW_DIFFUSE_FEATURE_IATBD_H_ */


More information about the svn-src-projects mailing list