]> git.proxmox.com Git - qemu.git/commitdiff
vga: change tabs to spaces
authorJuan Quintela <quintela@redhat.com>
Mon, 31 Aug 2009 14:07:21 +0000 (16:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Sep 2009 19:55:14 +0000 (14:55 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vga.c

index b4c31ce33012fa61781c61fff91e76b83420dd2c..0d4e558f3bdabd90affced9b25a57f302e5fff3d 100644 (file)
--- 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) {