From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MHh64-0003az-OP for mharc-grub-devel@gnu.org; Fri, 19 Jun 2009 12:37:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHh63-0003ZV-ME for grub-devel@gnu.org; Fri, 19 Jun 2009 12:37:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHh5z-0003SJ-8Q for grub-devel@gnu.org; Fri, 19 Jun 2009 12:37:47 -0400 Received: from [199.232.76.173] (port=37812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHh5y-0003S0-Vj for grub-devel@gnu.org; Fri, 19 Jun 2009 12:37:43 -0400 Received: from c60.cesmail.net ([216.154.195.49]:27477) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MHh5y-0000Uw-E4 for grub-devel@gnu.org; Fri, 19 Jun 2009 12:37:42 -0400 Received: from unknown (HELO smtprelay1.cesmail.net) ([192.168.1.111]) by c60.cesmail.net with ESMTP; 19 Jun 2009 12:37:23 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay1.cesmail.net (Postfix) with ESMTPSA id DC24434C69 for ; Fri, 19 Jun 2009 12:37:21 -0400 (EDT) From: Pavel Roskin To: grub-devel@gnu.org Content-Type: text/plain Date: Fri, 19 Jun 2009 12:37:20 -0400 Message-Id: <1245429440.28417.29.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: Proposal for GNU indent compatibility 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: Fri, 19 Jun 2009 16:37:47 -0000 Hello! In order to encourage developers to use proper indentation on the newly added code, I suggest that we accept the default style of GNU indent. That is, the space after "!" should not be needed. That's the only difference I'm aware of. Running indent on the code and then adding spaces after "!" is ridiculous, in my opinion. GRUB and indent are both GNU programs, it should not be needed to do such things. That doesn't mean that we should start reformatting the existing code. Neither does it mean that it's acceptable to submit code that GNU indent failed to format nicely. -- Regards, Pavel Roskin