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 /async.c | |
| parent | 0187f5c9cb172771ba85c66e3bf61f8cde6d6561 (diff) | |
| download | focaccia-qemu-6977d901c43f6c2fc811c4ca9bf45bf0af6bb689.tar.gz focaccia-qemu-6977d901c43f6c2fc811c4ca9bf45bf0af6bb689.zip | |
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 '')
| -rw-r--r-- | async.c | 2 |
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); } |