mirror of https://gitee.com/openkylin/libvirt.git
libxl: fix bogus indentation from commit fb2bd208
This commit is contained in:
parent
01c3185298
commit
c23bbfad6e
src/libxl
|
@ -1095,7 +1095,7 @@ libxlMakeNetworkDiskSrc(virStorageSourcePtr src, char **srcstr)
|
|||
}
|
||||
|
||||
if (!(*srcstr = libxlMakeNetworkDiskSrcStr(src, username, secret)))
|
||||
goto cleanup;
|
||||
goto cleanup;
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue