mirror of https://gitee.com/openkylin/qemu.git
monitor:open brace '{' following struct go on the same line
Move the open brace '{' following struct go on the same line Signed-off-by: Yutao Ai <aiyutao@huawei.com> Message-Id: <20201125014514.55562-2-aiyutao@huawei.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
75ee62ac60
commit
d22b854dc5
|
@ -1549,8 +1549,7 @@ end:
|
||||||
hmp_handle_error(mon, err);
|
hmp_handle_error(mon, err);
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct HMPMigrationStatus
|
typedef struct HMPMigrationStatus {
|
||||||
{
|
|
||||||
QEMUTimer *timer;
|
QEMUTimer *timer;
|
||||||
Monitor *mon;
|
Monitor *mon;
|
||||||
bool is_block_migration;
|
bool is_block_migration;
|
||||||
|
|
Loading…
Reference in New Issue