From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52690 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POAAI-00012A-2P for qemu-devel@nongnu.org; Thu, 02 Dec 2010 09:31:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PO6FN-0003nm-DR for qemu-devel@nongnu.org; Thu, 02 Dec 2010 05:19:16 -0500 Received: from mail-wy0-f195.google.com ([74.125.82.195]:64418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PO6FN-0003nV-8y for qemu-devel@nongnu.org; Thu, 02 Dec 2010 05:18:41 -0500 Received: by wyg36 with SMTP id 36so2458362wyg.10 for ; Thu, 02 Dec 2010 02:18:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1291231032-21150-3-git-send-email-agraf@suse.de> References: <1291231032-21150-1-git-send-email-agraf@suse.de> <1291231032-21150-3-git-send-email-agraf@suse.de> Date: Thu, 2 Dec 2010 10:18:40 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 02/10] ide: fix whitespace gap in ide_exec_cmd List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Kevin Wolf , Joerg Roedel , Paul Brook , QEMU-devel Developers , Blue Swirl , Gerd Hoffmann , tj@kernel.org, Roland Elek , Sebastian Herbszt On Wed, Dec 1, 2010 at 7:17 PM, Alexander Graf wrote: > Now that we have the function split out, we have to reindent it. > In order to increase the readability of the actual functional change, > this is split out. > > Signed-off-by: Alexander Graf > --- > =A0hw/ide/core.c | =A0734 ++++++++++++++++++++++++++++-------------------= --------- > =A01 files changed, 367 insertions(+), 367 deletions(-) Reviewed-by: Stefan Hajnoczi