sim: bfin: fix brace style
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_mmu.c
index f4e35f80fb7dd2241d84e31b1d3a96854eb832a0..0e504344b0ef401a07ef7e44d07d7119e4e75bee 100644 (file)
@@ -256,7 +256,8 @@ bfin_mmu_finish (struct hw *me)
   mmu->imem_control = 0x00000001;
 }
 
-const struct hw_descriptor dv_bfin_mmu_descriptor[] = {
+const struct hw_descriptor dv_bfin_mmu_descriptor[] =
+{
   {"bfin_mmu", bfin_mmu_finish,},
   {NULL, NULL},
 };
This page took 0.024414 seconds and 4 git commands to generate.