qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 3/4] aio_ctx_check: follow CODING_STYLE


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL 3/4] aio_ctx_check: follow CODING_STYLE
Date: Fri, 15 Jul 2016 18:59:17 +0100

From: Cao jin <address@hidden>

replace tab with spaces

Signed-off-by: Cao jin <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 async.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/async.c b/async.c
index 6caa98c..0e0efc3 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.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]