qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: 李皆俊 <a_lijiejun@163.com>
To: quintela@redhat.com, dgilbert@redhat.com
Cc: qemu-devel@nongnu.org, 李皆俊 <a_lijiejun@163.com>
Subject: [PATCH] migration: remove extra whitespace character for code style
Date: Fri, 17 Mar 2023 09:57:13 +0000	[thread overview]
Message-ID: <20230317095713.1539556-1-a_lijiejun@163.com> (raw)

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	other threads:[~2023-03-17  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17  9:57 李皆俊 [this message]
2023-03-28 13:26 ` [PATCH] migration: remove extra whitespace character for code style Juan Quintela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230317095713.1539556-1-a_lijiejun@163.com \
    --to=a_lijiejun@163.com \
    --cc=dgilbert@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).