]> xenbits.xensource.com Git - qemu-xen.git/commit
hw: arm: Remove use of tabs in some source files
authorTanmay Patil <tanmaynpatil105@gmail.com>
Thu, 23 May 2024 15:06:21 +0000 (16:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:20:48 +0000 (14:20 +0100)
commitd0a040a8c95c0cec8fab026a5d0a1aa5c7143d74
tree02120454b88bd0418629485ca8ca1d4da0b40815
parent84ce4b9b9943d26c9d9c7ea8abd924033c125535
hw: arm: Remove use of tabs in some source files

Some of the source files for older devices use hardcoded tabs
instead of our current coding standard's required spaces.
Fix these in the following files:
- hw/arm/boot.c
- hw/char/omap_uart.c
- hw/gpio/zaurus.c
- hw/input/tsc2005.c

This commit is mostly whitespace-only changes; it also
adds curly-braces to some 'if' statements.

This addresses part of https://gitlab.com/qemu-project/qemu/-/issues/373
but some other files remain to be handled.

Signed-off-by: Tanmay Patil <tanmaynpatil105@gmail.com>
Message-id: 20240508081502.88375-1-tanmaynpatil105@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: tweaked commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/boot.c
hw/char/omap_uart.c
hw/gpio/zaurus.c
hw/input/tsc2005.c