On 16/3/22 14:24, Thomas Huth wrote:
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.Signed-off-by: Thomas Huth <th...@redhat.com> --- hw/display/cirrus_vga.c | 57 +++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 28 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>