svn commit: r223739 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jul 3 15:34:09 UTC 2011


Author: bz
Date: Sun Jul  3 15:34:09 2011
New Revision: 223739
URL: http://svn.freebsd.org/changeset/base/223739

Log:
  Remove extra white space to comply with style for the rest of the struct.
  
  MFC after:	2 weeks

Modified:
  head/sys/net/if_var.h

Modified: head/sys/net/if_var.h
==============================================================================
--- head/sys/net/if_var.h	Sun Jul  3 15:28:32 2011	(r223738)
+++ head/sys/net/if_var.h	Sun Jul  3 15:34:09 2011	(r223739)
@@ -195,7 +195,7 @@ struct ifnet {
 					/* protected by if_addr_mtx */
 	void	*if_pf_kif;
 	void	*if_lagg;		/* lagg glue */
-	u_char	 if_alloctype;		/* if_type at time of allocation */
+	u_char	if_alloctype;		/* if_type at time of allocation */
 	u_int	if_fib;			/* interface FIB */
 
 	/*
@@ -203,7 +203,7 @@ struct ifnet {
 	 * structures without changing the kernel binary interface, and must
 	 * be used with care where binary compatibility is required.
 	 */
-	char	 if_cspare[3];
+	char	if_cspare[3];
 	char	*if_description;	/* interface description */
 	void	*if_pspare[7];
 	int	if_ispare[4];


More information about the svn-src-head mailing list