1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

libxl: fix bogus indentation from commit fb2bd208

This commit is contained in:
Jim Fehlig 2016-02-23 15:28:04 -07:00
parent 01c3185298
commit c23bbfad6e

View File

@ -1095,7 +1095,7 @@ libxlMakeNetworkDiskSrc(virStorageSourcePtr src, char **srcstr)
}
if (!(*srcstr = libxlMakeNetworkDiskSrcStr(src, username, secret)))
goto cleanup;
goto cleanup;
ret = 0;