vga: reindent memory access code
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Dec 2014 21:41:24 +0000 (22:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jan 2024 09:43:14 +0000 (10:43 +0100)
commitae9d71a003c8cfd2f035c8f768341a40bcef8ed4
treec9ca374af7fdaa1222b07d740682a2859cc8497d
parent4d6c310502a4d825ae27a3bf8905e70447d74671
vga: reindent memory access code

The next patch will reuse latched memory access in text modes.  Start with
a patch that moves the latched access code out of the "if".

Best reviewed with "git diff -b".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/display/vga.c