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

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



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