From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43455 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHcYP-0006tX-Tf for qemu-devel@nongnu.org; Thu, 27 May 2010 08:51:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHcYN-00008a-O4 for qemu-devel@nongnu.org; Thu, 27 May 2010 08:51:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7657) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHcYN-00008A-Hw for qemu-devel@nongnu.org; Thu, 27 May 2010 08:51:15 -0400 Message-ID: <4BFE6AAE.7060707@redhat.com> Date: Thu, 27 May 2010 14:50:54 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] posix-aio-compat: Expand tabs that have crept in References: <1274961128-3358-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1274961128-3358-1-git-send-email-stefanha@linux.vnet.ibm.com> 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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 27.05.2010 13:52, schrieb Stefan Hajnoczi: > This patch expands tabs on a few lines so the code formats nicely and > follows the QEMU coding style. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. I'm usually not a big supporter of patches that only change style, but tabs are nasty and you can ignore these whitespace changes in git blame at least, so for all I care let's take it for once. Kevin