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:
Yutao Ai 2020-11-25 01:45:12 +00:00 committed by Dr. David Alan Gilbert
parent 75ee62ac60
commit d22b854dc5
1 changed files with 1 additions and 2 deletions

View File

@ -1549,8 +1549,7 @@ end:
hmp_handle_error(mon, err);
}
typedef struct HMPMigrationStatus
{
typedef struct HMPMigrationStatus {
QEMUTimer *timer;
Monitor *mon;
bool is_block_migration;