Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2011 15:34:09 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223739 - head/sys/net
Message-ID:  <201107031534.p63FY9SS023822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];



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