From: Juan Quintela Date: Mon, 31 Aug 2009 14:07:21 +0000 (+0200) Subject: vga: change tabs to spaces X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~10707 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9b43ea36a8239b8ce01e2a6df450cc736d629cc;p=sdk%2Femulator%2Fqemu.git vga: change tabs to spaces Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/hw/vga.c b/hw/vga.c index b4c31ce..0d4e558 100644 --- a/hw/vga.c +++ b/hw/vga.c @@ -333,9 +333,9 @@ uint32_t vga_ioport_read(void *opaque, uint32_t addr) case 0x3c7: val = s->dac_state; break; - case 0x3c8: - val = s->dac_write_index; - break; + case 0x3c8: + val = s->dac_write_index; + break; case 0x3c9: val = s->palette[s->dac_read_index * 3 + s->dac_sub_index]; if (++s->dac_sub_index == 3) {