All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] aio_ctx_check: follow CODING_STYLE
@ 2016-07-14 13:10 ` Cao jin
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.