From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcNup-0007xB-1g for qemu-devel@nongnu.org; Thu, 30 Jun 2011 16:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcNun-0006A3-6k for qemu-devel@nongnu.org; Thu, 30 Jun 2011 16:32:46 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:54073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcNum-00069a-NX for qemu-devel@nongnu.org; Thu, 30 Jun 2011 16:32:44 -0400 Message-ID: <4E0CDD65.3060209@mail.berlios.de> Date: Thu, 30 Jun 2011 22:32:37 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1309458783-12661-1-git-send-email-lcapitulino@redhat.com> <1309458783-12661-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1309458783-12661-2-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] block: drive_init(): Fix indentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: kwolf@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com Am 30.06.2011 20:33, schrieb Luiz Capitulino: > Some constructions in that function have broken indentation. Fix them. > > Signed-off-by: Luiz Capitulino > --- > blockdev.c | 52 ++++++++++++++++++++++++++-------------------------- > 1 files changed, 26 insertions(+), 26 deletions(-) > Hi, the new indentation still uses tabs. Please check your patch using scripts/checkpatch.pl. Regards, Stefan W.