From owner-svn-src-all@FreeBSD.ORG Thu Feb 9 08:41:57 2012 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 037A51065673; Thu, 9 Feb 2012 08:41:57 +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 E21118FC14; Thu, 9 Feb 2012 08:41:56 +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 q198fucs090222; Thu, 9 Feb 2012 08:41:56 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q198fuMt090220; Thu, 9 Feb 2012 08:41:56 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201202090841.q198fuMt090220@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Thu, 9 Feb 2012 08:41:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231258 - stable/8/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: Thu, 09 Feb 2012 08:41:57 -0000 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];