]> Git Repo - qemu.git/blobdiff - hw/dma/pxa2xx_dma.c
avoid TABs in files that only contain a few
[qemu.git] / hw / dma / pxa2xx_dma.c
index f4eb26cf17268bc596a26fb9a9d76fa68b8eff5d..d498de8ffe3e9628f1f5be7a008f30c05e8d307b 100644 (file)
@@ -228,7 +228,7 @@ static void pxa2xx_dma_run(PXA2xxDMAState *s)
                                         !(ch->state & DCSR_NODESCFETCH))
                             pxa2xx_dma_descriptor_fetch(s, c);
                         break;
-                   }
+                    }
                 }
 
                 ch->cmd = (ch->cmd & ~DCMD_LEN) | length;
@@ -283,7 +283,7 @@ static uint64_t pxa2xx_dma_read(void *opaque, hwaddr offset,
 
     case DCSR0 ... DCSR31:
         channel = offset >> 2;
-       if (s->chan[channel].request)
+        if (s->chan[channel].request)
             return s->chan[channel].state | DCSR_REQPEND;
         return s->chan[channel].state;
 
This page took 0.024012 seconds and 4 git commands to generate.