qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: 李皆俊
Subject: [PATCH] migration: remove extra whitespace character for code style
Date: Fri, 17 Mar 2023 09:57:13 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]