From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MD7fd-0007Q9-Dj for mharc-grub-devel@gnu.org; Sat, 06 Jun 2009 21:59:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MD7fb-0007Q4-OD for grub-devel@gnu.org; Sat, 06 Jun 2009 21:59:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MD7fX-0007PP-Du for grub-devel@gnu.org; Sat, 06 Jun 2009 21:59:35 -0400 Received: from [199.232.76.173] (port=34335 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MD7fX-0007PM-6U for grub-devel@gnu.org; Sat, 06 Jun 2009 21:59:31 -0400 Received: from c60.cesmail.net ([216.154.195.49]:10000) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MD7fW-0001RN-Ns for grub-devel@gnu.org; Sat, 06 Jun 2009 21:59:30 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 06 Jun 2009 21:59:30 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id D4DEF34C6A for ; Sat, 6 Jun 2009 22:03:18 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: <1244283931.3418.7.camel@fz.local> <1244295788.3418.9.camel@fz.local> Content-Type: text/plain Date: Sat, 06 Jun 2009 21:59:28 -0400 Message-Id: <1244339968.18630.14.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: 2273 lines in 170 files consists of only space and tabulators X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 01:59:35 -0000 On Sun, 2009-06-07 at 03:48 +0200, Vladimir 'phcoder' Serbinenko wrote: > As was discussed on IRC and confirmed by looking at GCS it doesn't > specify explicitely whether empty lines whould contain spaces. We can > use either way as long as we use it consistently. I haven't yet found > how to install ident on gentoo. If ident removes these spaces too I > think we should remove them too as it's easier to maintain if style is > the same as from ident Yes, indent removes trailing whitespace everywhere except comments. By the way, our style is slightly different from that used by GNU indent. GRUB uses space after "!", whereas GNU indent doesn't. Also, some GRUB sources use one space before labels, and GNU indent starts labels from the first column. -- Regards, Pavel Roskin