Re: [PATCH v3 4/8] migration: Open brace '{' following struct go on the same line

2020-10-20 Thread Juan Quintela
Bihong Yu  wrote:
> Signed-off-by: Bihong Yu 
> Reviewed-by: Chuan Zheng 
> Reviewed-by: Dr. David Alan Gilbert 

Reviewed-by: Juan Quintela 




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

2020-10-19 Thread Bihong Yu
Signed-off-by: Bihong Yu 
Reviewed-by: Chuan Zheng 
Reviewed-by: Dr. David Alan Gilbert 
---
 migration/migration.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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;
 
-- 
1.8.3.1