From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VOiJk-0005aa-RY for mharc-grub-devel@gnu.org; Wed, 25 Sep 2013 02:11:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOiJb-0005a5-Gn for grub-devel@gnu.org; Wed, 25 Sep 2013 02:11:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOiJT-0000iG-2Z for grub-devel@gnu.org; Wed, 25 Sep 2013 02:11:11 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:44693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOiJS-0000i3-QZ for grub-devel@gnu.org; Wed, 25 Sep 2013 02:11:03 -0400 Received: by mail-lb0-f175.google.com with SMTP id y6so4648137lbh.34 for ; Tue, 24 Sep 2013 23:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=pEn1CpDf+6BQtx5PgE1c0+4gUXZBfb5NUxzBFA7S9+g=; b=xCwJAUPvUigiE2QNMmdD/6heJphQEnimnbV2FNE9t2XOaj2dn5Lq8tEJ7ITLF6hjJt Z9kOk8NoNBozBwQdhSlThajeDmk3HDC7FX1X11CtyWsndnN2NhBqtnbt6IkBpwi91ioi /aPR4JTFR7/r13A3mqE/lE+JSe5e0iqdJS0IKrEl3M3OjPEZxLEditaKPcfujgw+YOUE qruV57WFUoNvutOGkNEx6EoNterv+nt4nnqoS2lL4c9ZGJYtAa+f5758QZSEmyzNWMST 8cITtwmPLt8nXQoTFUXNuINRIY16mVUU6nvY76osNXdt2Ng0F2Vfp5ilUv+m/pqMHW5X JwBQ== X-Received: by 10.152.88.20 with SMTP id bc20mr45718lab.37.1380089461885; Tue, 24 Sep 2013 23:11:01 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id js17sm19553589lab.5.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 24 Sep 2013 23:11:01 -0700 (PDT) Date: Wed, 25 Sep 2013 10:11:00 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: [PATCH v4 1/4] style: indent --no-tabs --gnu-style grub-core/commands/loadenv.c Message-ID: <20130925101100.216ec77c@opensuse.site> In-Reply-To: <1380074432-27299-2-git-send-email-jonmccune@google.com> References: <1380074432-27299-1-git-send-email-jonmccune@google.com> <1380074432-27299-2-git-send-email-jonmccune@google.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f Cc: jonmccune@google.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 06:11:20 -0000 В Tue, 24 Sep 2013 19:00:29 -0700 Jon McCune пишет: > Added the option --no-tabs after observing that 'indent' did not > result in consistent tab usage. > How does it belong to this patch series? If you want to send whitespace fixes, send them as separate patch. It sure does not affect whitelisting implementation, right? :)