mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 10:10:13 +00:00
Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)
Fix indentation. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5857 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4a55bfdfcf
commit
ac67488746
@ -1186,7 +1186,7 @@ static void qcow_aio_read_cb(void *opaque, int ret)
|
|||||||
|
|
||||||
acb->hd_aiocb = NULL;
|
acb->hd_aiocb = NULL;
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
fail:
|
fail:
|
||||||
acb->common.cb(acb->common.opaque, ret);
|
acb->common.cb(acb->common.opaque, ret);
|
||||||
qemu_aio_release(acb);
|
qemu_aio_release(acb);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user