qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] aio_ctx_check: follow CODING_STYLE


From: Cao jin
Subject: [Qemu-trivial] [PATCH] aio_ctx_check: follow CODING_STYLE
Date: Thu, 14 Jul 2016 21:10:43 +0800

replace tab with spaces

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

diff --git a/async.c b/async.c
index 1f9754b..8589017 100644
--- a/async.c
+++ b/async.c
@@ -217,7 +217,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.1.0






reply via email to

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