From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXZqF-0004Ix-Qh for qemu-devel@nongnu.org; Thu, 13 Dec 2018 17:52:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXZqF-0005CJ-2L for qemu-devel@nongnu.org; Thu, 13 Dec 2018 17:52:27 -0500 Sender: Richard Henderson References: <20181213223737.11793-1-pbonzini@redhat.com> <20181213223737.11793-3-pbonzini@redhat.com> From: Richard Henderson Message-ID: <36c3564c-76f4-b306-e74f-234f16e62aa2@twiddle.net> Date: Thu, 13 Dec 2018 16:52:13 -0600 MIME-Version: 1.0 In-Reply-To: <20181213223737.11793-3-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] avoid TABs in files that only contain a few List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Kevin Wolf , Max Reitz , Stefan Weil , Viktor Prutyanov , Peter Maydell , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Amit Shah , "Michael S. Tsirkin" , Stefano Stabellini , Anthony Perard , Andrzej Zaborowski , Gerd Hoffmann , Eduardo Habkost , Marcel Apfelbaum , John Snow , Aurelien Jarno , Aleksandar Markovic , Stefan Markovic , Jason Wang , Jiri Pirko , Dmitry Fleytman , David Gibson , =?UTF-8?Q?Herv=c3=a9_Poussineau?= , Fam Zheng , Magnus Damm , Igor Mammedov , Riku Voipio , Laurent Vivier , Eric Blake , Thomas Huth , "Edgar E. Iglesias" , =?UTF-8?Q?Alex_Benn=c3=a9e?= , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , "open list:bochs" , "open list:Stellaris" , "open list:X86" , "open list:ppc4xx" On 12/13/18 4:37 PM, Paolo Bonzini wrote: > Most files that have TABs only contain a handful of them. Change > them to spaces so that we don't confuse people. Acked-by: Richard Henderson r~