mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00: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 */
|
||||
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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user