[PATCH] migration: remove extra whitespace character for code style

李皆俊 posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230317095713.1539556-1-a._5Flijiejun@163.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
migration/ram.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] migration: remove extra whitespace character for code style
Posted by 李皆俊 1 year, 1 month ago
Fix code style.

Signed-off-by: 李皆俊 <a_lijiejun@163.com>
---
 migration/ram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/ram.c b/migration/ram.c
index 96e8a19a58..46c0c8dbb9 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -3295,7 +3295,7 @@ static int ram_save_setup(QEMUFile *f, void *opaque)
 
     migration_ops = g_malloc0(sizeof(MigrationOps));
     migration_ops->ram_save_target_page = ram_save_target_page_legacy;
-    ret =  multifd_send_sync_main(f);
+    ret = multifd_send_sync_main(f);
     if (ret < 0) {
         return ret;
     }
-- 
2.39.1


Re: [PATCH] migration: remove extra whitespace character for code style
Posted by Juan Quintela 1 year ago
李皆俊 <a_lijiejun@163.com> wrote:
> Fix code style.
>
> Signed-off-by: 李皆俊 <a_lijiejun@163.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

queued for 8.1.