From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MDJQU-0007bQ-UI for mharc-grub-devel@gnu.org; Sun, 07 Jun 2009 10:32:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDJQS-0007bL-He for grub-devel@gnu.org; Sun, 07 Jun 2009 10:32:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDJQN-0007b5-UD for grub-devel@gnu.org; Sun, 07 Jun 2009 10:32:43 -0400 Received: from [199.232.76.173] (port=45272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDJQN-0007b2-Ol for grub-devel@gnu.org; Sun, 07 Jun 2009 10:32:39 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:56431) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDJQN-000663-6f for grub-devel@gnu.org; Sun, 07 Jun 2009 10:32:39 -0400 Received: from [85.180.41.14] (e180041014.adsl.alicedsl.de [85.180.41.14]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1MDJQK0m3o-0002Ks; Sun, 07 Jun 2009 16:32:36 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <1244339968.18630.14.camel@mj> References: <1244283931.3418.7.camel@fz.local> <1244295788.3418.9.camel@fz.local> <1244339968.18630.14.camel@mj> Content-Type: text/plain Date: Sun, 07 Jun 2009 16:32:35 +0200 Message-Id: <1244385155.3791.2.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19yDs0IctVFVLoJUToaHTJ7l9orZ8uoQBvWOGs R/vxo6VKXjdS9Y486x+EWIfeDBinKvYs9OnWRUhrXDgycCtY2/ ypVCg0EHxlj4tosU7srr+JIDXmN8R/E 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 14:32:44 -0000 Am Samstag, den 06.06.2009, 21:59 -0400 schrieb Pavel Roskin: > 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. I just noticed that emacs indents util/grub.d/30_os-prober different then it was written. And the coding style isn't always that consistent. For example sometimes `if (! pointer)' is used and sometimes `if (pointer == NULL)' -- Felix Zielcke