From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 18:46:03 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 248EB106564A for ; Tue, 3 Aug 2010 18:46:03 +0000 (UTC) (envelope-from julian@elischer.org) Received: from out-0.mx.aerioconnect.net (out-0-19.mx.aerioconnect.net [216.240.47.79]) by mx1.freebsd.org (Postfix) with ESMTP id F24F58FC1B for ; Tue, 3 Aug 2010 18:46:02 +0000 (UTC) Received: from idiom.com (postfix@mx0.idiom.com [216.240.32.160]) by out-0.mx.aerioconnect.net (8.13.8/8.13.8) with ESMTP id o73IMWK7018771; Tue, 3 Aug 2010 11:22:32 -0700 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by idiom.com (Postfix) with ESMTP id 755A22D6019; Tue, 3 Aug 2010 11:22:31 -0700 (PDT) Message-ID: <4C585E6C.7080006@elischer.org> Date: Tue, 03 Aug 2010 11:22:36 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: pluknet References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 216.240.47.51 Cc: FreeBSD Current Subject: Re: [patch] big whitespace cleanup in sys/kern/* X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 18:46:03 -0000 On 8/3/10 2:34 AM, pluknet wrote: > Hi. > > I looked into sys/kern/* files to fix a bunch of common w/s style issues (221): > - leading space before label; > - leading space(s) before; > - space(s) instead of(s); > - space(s) in blank like. > > I tried to be conservative and didn't touch semi-contrib files and > those with its own style. > Here is a diff I'd like someone look into and check in if there will > no objections. The style guide suggests against wholesale cleanups and we have generally avoided them due to teh fact that they tend to obfuscate diffs. The idea being that we clean as we go.. however it may be time for one.. I'd leave it to others to decide. > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"