sim: bfin: fix brace style
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_ebiu_sdc.c
index 98cdb222581b67b60ae6604fae33e7fc4fa3eba6..da9524d8a9b7767d18d12d0d47732857f932424b 100644 (file)
@@ -196,7 +196,8 @@ bfin_ebiu_sdc_finish (struct hw *me)
   sdc->sdbctl |= EBE | EBSZ_64 | EBCAW_10;
 }
 
-const struct hw_descriptor dv_bfin_ebiu_sdc_descriptor[] = {
+const struct hw_descriptor dv_bfin_ebiu_sdc_descriptor[] =
+{
   {"bfin_ebiu_sdc", bfin_ebiu_sdc_finish,},
   {NULL, NULL},
 };
This page took 0.028013 seconds and 4 git commands to generate.