[libvirt] [PATCH 1/8] Fix indentation

Ján Tomko jtomko at redhat.com
Fri Jul 29 13:37:37 UTC 2016


---
 src/conf/domain_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index a56e0f5..4999dea 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -8824,7 +8824,7 @@ virDomainActualNetDefParseXML(xmlNodePtr node,
 
     vlanNode = virXPathNode("./vlan", ctxt);
     if (vlanNode && virNetDevVlanParse(vlanNode, ctxt, &actual->vlan) < 0)
-       goto error;
+        goto error;
 
     *def = actual;
     actual = NULL;
-- 
2.7.3




More information about the libvir-list mailing list