hw/display/pxa2xx: Apply whitespace-only coding style fixes to template header
commit540817e22f6bf92b68ef894dacccb2a057d3b668
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2021 14:15:14 +0000 (11 14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Mar 2021 13:14:56 +0000 (14 13:14 +0000)
treee5f659517d69f4dee3dc123dfb8386cf4998127f
parent9347e042088430e3bb860692b02fdec6be1ac4da
hw/display/pxa2xx: Apply whitespace-only coding style fixes to template header

We're about to move code from the template header into pxa2xx_lcd.c.
Before doing that, make coding style fixes so checkpatch doesn't
complain about the patch which moves the code. This commit is
whitespace changes only:
 * avoid hard-coded tabs
 * fix ident on function prototypes
 * no newline before open brace on array definitions

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20210211141515.8755-9-peter.maydell@linaro.org
hw/display/pxa2xx_template.h