diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2016-07-14 21:10:43 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-07-18 15:10:52 +0100 |
commit | 6977d901c43f6c2fc811c4ca9bf45bf0af6bb689 (patch) | |
tree | 08978613a3f83558cf6c31557738f84fb004ed48 | |
parent | 0187f5c9cb172771ba85c66e3bf61f8cde6d6561 (diff) |
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>
-rw-r--r-- | async.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |