提交 63158d58 编写于 作者: L liguang 提交者: Osier Yang

qemu: Beautify code indent in migration codes

Signed-off-by: Nliguang <lig.fnst@cn.fujitsu.com>
上级 96a02703
......@@ -660,7 +660,6 @@ qemuMigrationCookieGraphicsXMLParse(xmlXPathContextPtr ctxt)
/* Optional */
grap->tlsSubject = virXPathString("string(./graphics/cert[@info='subject']/@value)", ctxt);
return grap;
no_memory:
......@@ -691,7 +690,7 @@ qemuMigrationCookieNetworkXMLParse(xmlXPathContextPtr ctxt)
}
optr->nnets = n;
if (VIR_ALLOC_N(optr->net, optr->nnets) <0)
if (VIR_ALLOC_N(optr->net, optr->nnets) < 0)
goto no_memory;
for (i = 0; i < n; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册