mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
395cb45009
commit
f16aee44b4
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ struct MigrationClass {
|
|||
DeviceClass parent_class;
|
||||
};
|
||||
|
||||
struct MigrationState
|
||||
{
|
||||
struct MigrationState {
|
||||
/*< private >*/
|
||||
DeviceState parent_obj;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue