svn commit: r231258 - stable/8/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Thu Feb 9 08:41:57 UTC 2012


Author: bz
Date: Thu Feb  9 08:41:56 2012
New Revision: 231258
URL: http://svn.freebsd.org/changeset/base/231258

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

Modified:
  stable/8/sys/net/if_var.h
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/net/if_var.h
==============================================================================
--- stable/8/sys/net/if_var.h	Thu Feb  9 08:33:04 2012	(r231257)
+++ stable/8/sys/net/if_var.h	Thu Feb  9 08:41:56 2012	(r231258)
@@ -197,14 +197,14 @@ 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 */
 
 	/*
 	 * Spare fields are added so that we can modify sensitive data
 	 * 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-stable-8 mailing list