diff options
author | Bihong Yu | 2020-10-20 05:10:44 +0200 |
---|---|---|
committer | Dr. David Alan Gilbert | 2020-10-26 17:15:04 +0100 |
commit | f16aee44b46ece5df0661866b0cacd9e0e52f408 (patch) | |
tree | b85976877182430cc7d950a735ff468fcf16fe3d | |
parent | migration: Add spaces around operator (diff) | |
download | qemu-f16aee44b46ece5df0661866b0cacd9e0e52f408.tar.gz qemu-f16aee44b46ece5df0661866b0cacd9e0e52f408.tar.xz qemu-f16aee44b46ece5df0661866b0cacd9e0e52f408.zip |
migration: Open brace '{' following struct go on the same line
Signed-off-by: Bihong Yu <yubihong@huawei.com>
Reviewed-by: Chuan Zheng <zhengchuan@huawei.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1603163448-27122-5-git-send-email-yubihong@huawei.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-rw-r--r-- | migration/migration.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/migration/migration.h b/migration/migration.h index deb411aaad..99784b44bd 100644 --- a/migration/migration.h +++ b/migration/migration.h @@ -124,8 +124,7 @@ struct MigrationClass { DeviceClass parent_class; }; -struct MigrationState -{ +struct MigrationState { /*< private >*/ DeviceState parent_obj; |