hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
commit5f2011be44b8d17f93680d01d617cd9a96678886
authorThomas Huth <thuth@redhat.com>
Thu, 17 Mar 2022 08:30:24 +0000 (17 09:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Mar 2022 09:15:57 +0000 (18 10:15 +0100)
tree500b26c552dd1d00c9041da46f8bac733d2dba91
parent832061a2fa33b933bf3e080cbc3625ec99bacd30
hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()

Most of the code in this function had been indented with 5 spaces instead
of 4. Since 4 is our preferred style, remove one space in the bad lines here.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220317083027.16688-2-thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/cirrus_vga.c