From owner-svn-src-all@FreeBSD.ORG Sun Jul 3 15:34:09 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ED9F106566C; Sun, 3 Jul 2011 15:34:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6F91B8FC08; Sun, 3 Jul 2011 15:34:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p63FY9sQ023824; Sun, 3 Jul 2011 15:34:09 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p63FY9SS023822; Sun, 3 Jul 2011 15:34:09 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201107031534.p63FY9SS023822@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 3 Jul 2011 15:34:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r223739 - head/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 15:34:09 -0000 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];