mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Fix indentation
This commit is contained in:
parent
a80827a7f9
commit
3f19ac3486
@ -8827,7 +8827,7 @@ virDomainActualNetDefParseXML(xmlNodePtr node,
|
||||
|
||||
vlanNode = virXPathNode("./vlan", ctxt);
|
||||
if (vlanNode && virNetDevVlanParse(vlanNode, ctxt, &actual->vlan) < 0)
|
||||
goto error;
|
||||
goto error;
|
||||
|
||||
*def = actual;
|
||||
actual = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user