summaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorYutao Ai2020-11-25 02:45:12 +0100
committerDr. David Alan Gilbert2020-12-18 11:08:24 +0100
commitd22b854dc5a859eb6d1fa27616308d633bc584e3 (patch)
treef4f279f4b509529a4386ba2879c35125d15936ca /monitor
parentMerge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'... (diff)
downloadqemu-d22b854dc5a859eb6d1fa27616308d633bc584e3.tar.gz
qemu-d22b854dc5a859eb6d1fa27616308d633bc584e3.tar.xz
qemu-d22b854dc5a859eb6d1fa27616308d633bc584e3.zip
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>
Diffstat (limited to 'monitor')
-rw-r--r--monitor/hmp-cmds.c3
1 files changed, 1 insertions, 2 deletions
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;