From 6977d901c43f6c2fc811c4ca9bf45bf0af6bb689 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Thu, 14 Jul 2016 21:10:43 +0800 Subject: [PATCH] aio_ctx_check: follow CODING_STYLE replace tab with spaces Signed-off-by: Cao jin Message-id: 1468501843-14927-1-git-send-email-caoj.fnst@cn.fujitsu.com Signed-off-by: Stefan Hajnoczi --- async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.c b/async.c index 6caa98cd92..0e0efc340a 100644 --- a/async.c +++ b/async.c @@ -218,7 +218,7 @@ aio_ctx_check(GSource *source) for (bh = ctx->first_bh; bh; bh = bh->next) { if (!bh->deleted && bh->scheduled) { return true; - } + } } return aio_pending(ctx) || (timerlistgroup_deadline_ns(&ctx->tlg) == 0); } -- 2.11.4.GIT