qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 1/3] target/s390x: use regular spaces in tran


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v5 1/3] target/s390x: use regular spaces in translate.c
Date: Wed, 19 Sep 2018 12:16:08 +0200

On Sat,  1 Sep 2018 20:33:20 -0400
Pavel Zbitskiy <address@hidden> wrote:

> In a few places translate.c contains non-breaking spaces (0xc2 0xa0)
> instead of regular ones (0x20):
> 
>   7c 7c c2 a0 63 63
>   7c 7c 20    63 63
>   |  |        c  c
> 
> This confuses some text editors.
> 
> Signed-off-by: Pavel Zbitskiy <address@hidden>
> Reviewed-by: Thomas Huth <address@hidden>
> Reviewed-by: David Hildenbrand <address@hidden>
> ---
>  target/s390x/translate.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

FWIW, this one is already included in the s390x pull request currently
outstanding, and I expect it to go in once processing continues.



reply via email to

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