Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2011 05:48:14 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r226138 - projects/diffused_head/sys/netinet/ipfw
Message-ID:  <201110080548.p985mExL045061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110080548.p985mExL045061>