sim: bfin: fix brace style
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_ppi.c
index 4c9fd7fb87854d0ce1d698221db9a0dc691f5a86..e7b404bcd4b0c980263b86fface95f8ab1aa26e8 100644 (file)
@@ -227,7 +227,8 @@ bfin_ppi_finish (struct hw *me)
   ppi->color = bfin_gui_color (color);
 }
 
-const struct hw_descriptor dv_bfin_ppi_descriptor[] = {
+const struct hw_descriptor dv_bfin_ppi_descriptor[] =
+{
   {"bfin_ppi", bfin_ppi_finish,},
   {NULL, NULL},
 };
This page took 0.024006 seconds and 4 git commands to generate.