]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/misc/omap_l4.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / hw / misc / omap_l4.c
index 96fc057b4e20f61654311df2a1f943225c3904e3..c217728c783c20fdc767fa2a7892c2181b3bb384 100644 (file)
@@ -112,8 +112,8 @@ static const MemoryRegionOps omap_l4ta_ops = {
 
 struct omap_target_agent_s *omap_l4ta_get(struct omap_l4_s *bus,
         const struct omap_l4_region_s *regions,
-       const struct omap_l4_agent_info_s *agents,
-       int cs)
+        const struct omap_l4_agent_info_s *agents,
+        int cs)
 {
     int i;
     struct omap_target_agent_s *ta = NULL;