qemu: Beautify code indent in migration codes

Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
This commit is contained in:
liguang 2012-11-16 16:03:42 +08:00 committed by Osier Yang
parent 96a02703da
commit 63158d586b

View File

@ -660,7 +660,6 @@ qemuMigrationCookieGraphicsXMLParse(xmlXPathContextPtr ctxt)
/* Optional */ /* Optional */
grap->tlsSubject = virXPathString("string(./graphics/cert[@info='subject']/@value)", ctxt); grap->tlsSubject = virXPathString("string(./graphics/cert[@info='subject']/@value)", ctxt);
return grap; return grap;
no_memory: no_memory:
@ -691,7 +690,7 @@ qemuMigrationCookieNetworkXMLParse(xmlXPathContextPtr ctxt)
} }
optr->nnets = n; optr->nnets = n;
if (VIR_ALLOC_N(optr->net, optr->nnets) <0) if (VIR_ALLOC_N(optr->net, optr->nnets) < 0)
goto no_memory; goto no_memory;
for (i = 0; i < n; i++) { for (i = 0; i < n; i++) {