]> Git Repo - qemu.git/blobdiff - hw/dma/soc_dma.c
avoid TABs in files that only contain a few
[qemu.git] / hw / dma / soc_dma.c
index 45516241c6bd1bb9d79bc358de3a0f32e7a717ee..58502721fa8cc3f9daabbdef8d15bca68a1fc8d4 100644 (file)
@@ -345,7 +345,7 @@ void soc_dma_port_add_mem(struct soc_dma_s *soc, uint8_t *phys_base,
             while (entry < dma->memmap + dma->memmap_size &&
                             entry->addr <= virt_base)
                 entry ++;
-       }
+        }
 
         memmove(entry + 1, entry,
                         (uint8_t *) (dma->memmap + dma->memmap_size ++) -
This page took 0.023111 seconds and 4 git commands to generate.