summaryrefslogtreecommitdiff
path: root/async.c
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2016-07-14 21:10:43 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2016-07-18 15:10:52 +0100
commit6977d901c43f6c2fc811c4ca9bf45bf0af6bb689 (patch)
tree08978613a3f83558cf6c31557738f84fb004ed48 /async.c
parent0187f5c9cb172771ba85c66e3bf61f8cde6d6561 (diff)
downloadqemu-6977d901c43f6c2fc811c4ca9bf45bf0af6bb689.tar.gz
aio_ctx_check: follow CODING_STYLE
replace tab with spaces Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Message-id: 1468501843-14927-1-git-send-email-caoj.fnst@cn.fujitsu.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'async.c')
-rw-r--r--async.c2
1 files changed, 1 insertions, 1 deletions
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);
}