From: Yutao Ai Date: Wed, 25 Nov 2020 01:45:12 +0000 (+0000) Subject: monitor:open brace '{' following struct go on the same line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d22b854dc5a859eb6d1fa27616308d633bc584e3;p=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 Message-Id: <20201125014514.55562-2-aiyutao@huawei.com> Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Dr. David Alan Gilbert --- diff --git a/monitor/hmp-cmds.c b/monitor/hmp-cmds.c index 65d8ff4849..79c84322b3 100644 --- a/monitor/hmp-cmds.c +++ b/monitor/hmp-cmds.c @@ -1549,8 +1549,7 @@ end: hmp_handle_error(mon, err); } -typedef struct HMPMigrationStatus -{ +typedef struct HMPMigrationStatus { QEMUTimer *timer; Monitor *mon; bool is_block_migration;