pc-bios/s390-ccw: Fix indentation in start.S
commitf52420fa4fd9f519dc42c20d2616aba4149adc25
authorThomas Huth <thuth@redhat.com>
Tue, 27 Jun 2023 07:47:00 +0000 (27 09:47 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 29 Jun 2023 18:45:12 +0000 (29 20:45 +0200)
tree3608c7252f14d0ffdfa0ebc61423f500759fd16d
parent442ef32ee5b6059a8f247fb2def9d449578d0a89
pc-bios/s390-ccw: Fix indentation in start.S

start.S is currently indented with a mixture of spaces and tabs, which
is quite ugly. QEMU coding style says indentation should be 4 spaces,
and this is also what we are using in the assembler files in the
tests/tcg/s390x/ folder already, so let's adjust start.S accordingly.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Message-Id: <20230627074703.99608-2-thuth@redhat.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/start.S