Skip to content

Commit

Permalink
migration: remove extra whitespace character for code style
Browse files Browse the repository at this point in the history
Fix code style.

Signed-off-by: 李皆俊 <a_lijiejun@163.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
  • Loading branch information
JiejunLi authored and Juan Quintela committed Apr 24, 2023
1 parent 327ec8d commit 8ebb6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/ram.c
Expand Up @@ -3293,7 +3293,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;
}
Expand Down

0 comments on commit 8ebb6ec

Please sign in to comment.