]> xenbits.xensource.com Git - libvirt.git/commitdiff
libxl: fix bogus indentation from commit fb2bd208
authorJim Fehlig <jfehlig@suse.com>
Tue, 23 Feb 2016 22:28:04 +0000 (15:28 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 23 Feb 2016 22:28:04 +0000 (15:28 -0700)
src/libxl/libxl_conf.c

index 513329967a197ce58566fa2c593cd0924d8a4f10..a109bb5cf1ae268fbf94a48fcbb2812ad989f910 100644 (file)
@@ -1095,7 +1095,7 @@ libxlMakeNetworkDiskSrc(virStorageSourcePtr src, char **srcstr)
     }
 
     if (!(*srcstr = libxlMakeNetworkDiskSrcStr(src, username, secret)))
-            goto cleanup;
+        goto cleanup;
 
     ret = 0;