mirror of https://github.com/xqemu/xqemu.git
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;
|
||||
if (ret < 0) {
|
||||
fail:
|
||||
fail:
|
||||
acb->common.cb(acb->common.opaque, ret);
|
||||
qemu_aio_release(acb);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue