mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
libvirt.c: Fix the indention
Pushed under trivial rule
This commit is contained in:
parent
a503433c30
commit
946c9f75d0
@ -13701,10 +13701,10 @@ virStorageVolDownload(virStorageVolPtr vol,
|
||||
vol->conn->storageDriver->storageVolDownload) {
|
||||
int ret;
|
||||
ret = vol->conn->storageDriver->storageVolDownload(vol,
|
||||
stream,
|
||||
offset,
|
||||
length,
|
||||
flags);
|
||||
stream,
|
||||
offset,
|
||||
length,
|
||||
flags);
|
||||
if (ret < 0)
|
||||
goto error;
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user