sim: bfin: fix brace style
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_pll.c
index 8620039bad56f221ca886e9c7b0882fe39a8dcfa..20032de91a4cd2c4f6a5ec06ce1fa64ca2124ca8 100644 (file)
@@ -183,7 +183,8 @@ bfin_pll_finish (struct hw *me)
   pll->pll_lockcnt = 0x300;
 }
 
-const struct hw_descriptor dv_bfin_pll_descriptor[] = {
+const struct hw_descriptor dv_bfin_pll_descriptor[] =
+{
   {"bfin_pll", bfin_pll_finish,},
   {NULL, NULL},
 };
This page took 0.026829 seconds and 4 git commands to generate.