]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
security_dac: Fix indentation
authorJim Fehlig <jfehlig@suse.com>
Wed, 14 May 2014 17:38:53 +0000 (11:38 -0600)
committerJim Fehlig <jfehlig@suse.com>
Wed, 14 May 2014 17:43:00 +0000 (11:43 -0600)
src/security/security_dac.c

index 39bd6cb9001aee89f3f032d930b503d739538e56..ed798573b7d6423ff17e9ed66679b6e10f6a29e5 100644 (file)
@@ -750,7 +750,7 @@ virSecurityDACRestoreChardevLabel(virSecurityManagerPtr mgr ATTRIBUTE_UNUSED,
         if (virFileExists(in) && virFileExists(out)) {
             if ((virSecurityDACRestoreSecurityFileLabel(out) < 0) ||
                 (virSecurityDACRestoreSecurityFileLabel(in) < 0)) {
-            goto done;
+                goto done;
             }
         } else if (virSecurityDACRestoreSecurityFileLabel(dev->data.file.path) < 0) {
             goto done;