projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36be092
)
atapi: Fix code indentation
author
Alberto Garcia
<berto@igalia.com>
Tue, 24 Nov 2015 12:18:00 +0000
(14:18 +0200)
committer
John Snow
<jsnow@redhat.com>
Tue, 24 Nov 2015 19:56:49 +0000
(14:56 -0500)
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>
hw/ide/atapi.c
patch
|
blob
|
history
diff --git
a/hw/ide/atapi.c
b/hw/ide/atapi.c
index 5e3791cd4a9ebc7d5671391ec6101e90e4fdb94e..65f8dd457bb83757d5b64356a21ad0fce2168d22 100644
(file)
--- a/
hw/ide/atapi.c
+++ b/
hw/ide/atapi.c
@@
-443,7
+443,7
@@
eot:
if (ret < 0) {
block_acct_failed(blk_get_stats(s->blk), &s->acct);
} 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);
}