sim: bfin: fix brace style
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_dmac.c
index 1a58422df637205c9eefb2367f59de44086cb3a5..5cc05b10c103a99c5983b6975f9f4f88bd3b050f 100644 (file)
@@ -487,7 +487,8 @@ bfin_dmac_finish (struct hw *me)
     }
 }
 
-const struct hw_descriptor dv_bfin_dmac_descriptor[] = {
+const struct hw_descriptor dv_bfin_dmac_descriptor[] =
+{
   {"bfin_dmac", bfin_dmac_finish,},
   {NULL, NULL},
 };
This page took 0.023998 seconds and 4 git commands to generate.