vga: change tabs to spaces
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b634307306
commit
e9b43ea36a
6
hw/vga.c
6
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user