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

2023-03-17 Thread
Fix code style. Signed-off-by: 李皆俊 --- 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

Re:Re: [PATCH] virtio-gpu: Add spaces around operator

2021-03-09 Thread
At 2021-03-09 17:08:08, "Philippe Mathieu-Daudé" wrote: >(Cc'ing qemu-trivial@) > >On 3/9/21 8:42 AM, lijiejun wrote: >> Fix code style. Operator needs spaces forend sides, and delete line space. > >"forend"? done with: Fix code style. Operator needs align with eight spaces,

[PATCH] virtio-gpu: Add spaces around operator

2021-03-08 Thread
From 0512d1cbe5c01844b4aca260024006e058dc1b6c Mon Sep 17 00:00:00 2001 From: lijiejun Date: Tue, 9 Mar 2021 11:17:59 +0800 Subject: [PATCH] virtio-gpu: Add spaces around operator Fix code style. Operator needs spaces forend sides. Signed-off-by: lijiejun ---