From: Jim Fehlig Date: Tue, 23 Feb 2016 22:28:04 +0000 (-0700) Subject: libxl: fix bogus indentation from commit fb2bd208 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c23bbfad6e3375b149682481252c1bdb357abb59;p=libvirt.git libxl: fix bogus indentation from commit fb2bd208 --- diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index 513329967a..a109bb5cf1 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.c @@ -1095,7 +1095,7 @@ libxlMakeNetworkDiskSrc(virStorageSourcePtr src, char **srcstr) } if (!(*srcstr = libxlMakeNetworkDiskSrcStr(src, username, secret))) - goto cleanup; + goto cleanup; ret = 0;