mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
atapi: Fix code indentation
This was accidentally changed by commit 5f81724d
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 93fb43522e3b8dddb6c709d568919347d9a5ba3f.1448367341.git.berto@igalia.com
Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
36be0929f5
commit
73a27d9ac3
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ eot:
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
block_acct_failed(blk_get_stats(s->blk), &s->acct);
|
block_acct_failed(blk_get_stats(s->blk), &s->acct);
|
||||||
} else {
|
} else {
|
||||||
block_acct_done(blk_get_stats(s->blk), &s->acct);
|
block_acct_done(blk_get_stats(s->blk), &s->acct);
|
||||||
}
|
}
|
||||||
ide_set_inactive(s, false);
|
ide_set_inactive(s, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue