qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] aio_ctx_check: follow CODING_STYLE
@ 2016-07-14 13:10 Cao jin
  2016-07-14 14:08 ` Eric Blake
  2016-07-15 10:42 ` [Qemu-devel] " Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Cao jin @ 2016-07-14 13:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, famz, qemu-block, qemu-trivial

replace tab with spaces

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-15 10:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 13:10 [Qemu-devel] [PATCH] aio_ctx_check: follow CODING_STYLE Cao jin
2016-07-14 14:08 ` Eric Blake
2016-07-15  1:48   ` Cao jin
2016-07-15 10:40     ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2016-07-15 11:04       ` Cao jin
2016-07-15 10:42 ` [Qemu-devel] " Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).