diff mbox series

[v1,4/8] migration: Open brace '{' following struct go on the same line

Message ID 1602413321-22252-5-git-send-email-yubihong@huawei.com
State New
Headers show
Series Fix some style problems in migration | expand

Commit Message

Bihong Yu Oct. 11, 2020, 10:48 a.m. UTC
Signed-off-by:Bihong Yu <yubihong@huawei.com>
Reviewed-by: Chuan Zheng <zhengchuan@huawei.com>
Signed-off-by: Bihong Yu <yubihong@huawei.com>
---
 migration/migration.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/migration/migration.h b/migration/migration.h
index deb411a..99784b4 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;