diff options
author | Juan Quintela | 2009-08-31 16:07:21 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-09-09 21:55:14 +0200 |
commit | e9b43ea36a8239b8ce01e2a6df450cc736d629cc (patch) | |
tree | 739564accd2d16214516ffa9d60dad33d21c4ff3 /hw | |
parent | cirrus_vga: Add a VGACommonState local var to cirrus_vga_ioport_{read, write} (diff) | |
download | qemu-e9b43ea36a8239b8ce01e2a6df450cc736d629cc.tar.gz qemu-e9b43ea36a8239b8ce01e2a6df450cc736d629cc.tar.xz qemu-e9b43ea36a8239b8ce01e2a6df450cc736d629cc.zip |
vga: change tabs to spaces
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/vga.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) { |