mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 06:35:24 +00:00
Remove some tabs used for indent
This commit is contained in:
parent
6fcac926fb
commit
4ae51ca54e
@ -226,9 +226,8 @@ virStorageBackendGetMinorNumber(const char *devname, uint32_t *minor)
|
||||
ret = 0;
|
||||
|
||||
out:
|
||||
if (dmt != NULL) {
|
||||
if (dmt != NULL)
|
||||
dm_task_destroy(dmt);
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user