From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1gdS-0002v5-FO for qemu-devel@nongnu.org; Wed, 25 Nov 2015 15:25:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1gdP-0000W1-LJ for qemu-devel@nongnu.org; Wed, 25 Nov 2015 15:25:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1gdP-0000Vo-H7 for qemu-devel@nongnu.org; Wed, 25 Nov 2015 15:25:47 -0500 From: John Snow Date: Wed, 25 Nov 2015 15:25:41 -0500 Message-Id: <1448483142-32658-4-git-send-email-jsnow@redhat.com> In-Reply-To: <1448483142-32658-1-git-send-email-jsnow@redhat.com> References: <1448483142-32658-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 3/4] atapi: Fix code indentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com, Alberto Garcia From: Alberto Garcia This was accidentally changed by commit 5f81724d Signed-off-by: Alberto Garcia Reviewed-by: John Snow Message-id: 93fb43522e3b8dddb6c709d568919347d9a5ba3f.1448367341.git.berto@igalia.com Signed-off-by: John Snow --- hw/ide/atapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index 5e3791c..65f8dd4 100644 --- a/hw/ide/atapi.c +++ b/hw/ide/atapi.c @@ -443,7 +443,7 @@ eot: if (ret < 0) { block_acct_failed(blk_get_stats(s->blk), &s->acct); } else { - block_acct_done(blk_get_stats(s->blk), &s->acct); + block_acct_done(blk_get_stats(s->blk), &s->acct); } ide_set_inactive(s, false); } -- 2.4.3