From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWm9Y-00041F-5r for qemu-devel@nongnu.org; Tue, 22 May 2012 06:17:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWm9Q-0003pj-F1 for qemu-devel@nongnu.org; Tue, 22 May 2012 06:17:19 -0400 Received: from mx.meyering.net ([88.168.87.75]:60629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWm9Q-0003pK-8X for qemu-devel@nongnu.org; Tue, 22 May 2012 06:17:12 -0400 From: Jim Meyering In-Reply-To: (Peter Maydell's message of "Tue, 22 May 2012 10:55:48 +0100") References: <1337680210-20569-1-git-send-email-jim@meyering.net> <1337680210-20569-2-git-send-email-jim@meyering.net> Date: Tue, 22 May 2012 12:17:10 +0200 Message-ID: <87wr44ikpl.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCHv2 1/2] envlist.c: convert all TABs to equivalent spaces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org Peter Maydell wrote: > On 22 May 2012 10:50, Jim Meyering wrote: >> From: Jim Meyering > > If we're going to go to the effort of a complete reindent > patch we should actually reindent to the QEMU coding style > standard, which is four-space, not eight. Good point. V3 is on its way.