From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIfHP-0004R7-0g for qemu-devel@nongnu.org; Mon, 22 Jun 2009 04:53:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIfHK-0004PM-8C for qemu-devel@nongnu.org; Mon, 22 Jun 2009 04:53:30 -0400 Received: from [199.232.76.173] (port=45465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIfHK-0004PJ-5K for qemu-devel@nongnu.org; Mon, 22 Jun 2009 04:53:26 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41790) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIeuz-0002qg-GO for qemu-devel@nongnu.org; Mon, 22 Jun 2009 04:30:21 -0400 Message-ID: <4A3F40D6.40908@redhat.com> Date: Mon, 22 Jun 2009 10:29:10 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix net.c coding style (with regard to tabs) References: <1245446552-32015-1-git-send-email-jcd@tribudubois.net> In-Reply-To: <1245446552-32015-1-git-send-email-jcd@tribudubois.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe DUBOIS Cc: qemu-devel@nongnu.org Jean-Christophe DUBOIS schrieb: > This patch will replace existing tab in net.c with spaces > in accordance with qemu CODING_STYLE. > > Note: This first patch is more of a test to see if it > will be accepted and if it is worth spending my time on > fixing the same issue in other files. > > Signed-off-by: Jean-Christophe DUBOIS I wouldn't do this. We should just pay attention to do it right in code touched by new patches. Kevin