]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix indentation
authorJán Tomko <jtomko@redhat.com>
Mon, 6 Jun 2016 14:30:51 +0000 (16:30 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 5 Aug 2016 08:25:10 +0000 (10:25 +0200)
src/conf/domain_conf.c

index 25000586228c253ef58de36579742e3dfec84e94..82876f3a1e081cc71d374e0574cd357aeaf2bed4 100644 (file)
@@ -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;