OSDN Git Service

target/s390x: use regular spaces in translate.c
authorPavel Zbitskiy <pavel.zbitskiy@gmail.com>
Wed, 22 Aug 2018 14:40:37 +0000 (10:40 -0400)
committerCornelia Huck <cohuck@redhat.com>
Tue, 28 Aug 2018 15:37:01 +0000 (17:37 +0200)
commitef17064acc752d47377b1b263ef328e1281ab48e
tree76b800e627b85f0d6304bf9ab9605a5dbe78dca9
parent331cf66ea4b7b657f3709a14b08de1d11624462f
target/s390x: use regular spaces in translate.c

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 <pavel.zbitskiy@gmail.com>
Message-Id: <20180822144039.5796-2-pavel.zbitskiy@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/translate.c