xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] libxl/libxl_qmp.c: Fix code style in qmp_next()
@ 2016-12-26  7:18 Zhang Chen
  2016-12-26 12:42 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Chen @ 2016-12-26  7:18 UTC (permalink / raw)
  To: Xen devel, Ian Jackson, Wei Liu; +Cc: Zhang Chen

Fix text-indent.

Signed-off-by: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
---
 tools/libxl/libxl_qmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxl/libxl_qmp.c b/tools/libxl/libxl_qmp.c
index ad22ad4..a91643a 100644
--- a/tools/libxl/libxl_qmp.c
+++ b/tools/libxl/libxl_qmp.c
@@ -499,7 +499,7 @@ static int qmp_next(libxl__gc *gc, libxl__qmp_handler *qmp)
                 break;
             }
         } while (s < s_end);
-   } while (s < s_end);
+    } while (s < s_end);
 
     return rc;
 }
-- 
2.7.4




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-12-26 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-26  7:18 [PATCH V2] libxl/libxl_qmp.c: Fix code style in qmp_next() Zhang Chen
2016-12-26 12:42 ` Wei Liu

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).