Re: [PATCH] accel/kvm: Fix two lines with hard-coded tabs

2024-06-03 Thread Philippe Mathieu-Daudé
On 31/5/24 19:09, Peter Maydell wrote: In kvm-all.c, two lines have been accidentally indented with hard-coded tabs rather than spaces. Normalise to match the rest of the file. Signed-off-by: Peter Maydell --- accel/kvm/kvm-all.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Th

Re: [PATCH] accel/kvm: Fix two lines with hard-coded tabs

2024-06-01 Thread Zhao Liu
On Fri, May 31, 2024 at 06:09:52PM +0100, Peter Maydell wrote: > Date: Fri, 31 May 2024 18:09:52 +0100 > From: Peter Maydell > Subject: [PATCH] accel/kvm: Fix two lines with hard-coded tabs > X-Mailer: git-send-email 2.34.1 > > In kvm-all.c, two lines have been accidentally in

[PATCH] accel/kvm: Fix two lines with hard-coded tabs

2024-05-31 Thread Peter Maydell
In kvm-all.c, two lines have been accidentally indented with hard-coded tabs rather than spaces. Normalise to match the rest of the file. Signed-off-by: Peter Maydell --- accel/kvm/kvm-all.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/k