mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Beautify code indent in migration codes
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
This commit is contained in:
parent
96a02703da
commit
63158d586b
@ -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++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user