summaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_twi.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-15 20:55:11 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-15 20:55:11 +0000
commit81d126c3be15c1104b082683104856bede936d47 (patch)
tree42fc68fc508f3d01d6604aa3d5d039beed552f52 /sim/bfin/dv-bfin_twi.c
parent990d19fd6d925da5856de50fd84d8656e762b83c (diff)
downloadbinutils-81d126c3be15c1104b082683104856bede936d47.tar.gz
binutils-81d126c3be15c1104b082683104856bede936d47.tar.bz2
binutils-81d126c3be15c1104b082683104856bede936d47.zip
sim: bfin: fix brace style
Diffstat (limited to 'sim/bfin/dv-bfin_twi.c')
-rw-r--r--sim/bfin/dv-bfin_twi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-bfin_twi.c b/sim/bfin/dv-bfin_twi.c
index 5a51be2d109..8c775e6509b 100644
--- a/sim/bfin/dv-bfin_twi.c
+++ b/sim/bfin/dv-bfin_twi.c
@@ -223,7 +223,8 @@ bfin_twi_finish (struct hw *me)
attach_bfin_twi_regs (me, twi);
}
-const struct hw_descriptor dv_bfin_twi_descriptor[] = {
+const struct hw_descriptor dv_bfin_twi_descriptor[] =
+{
{"bfin_twi", bfin_twi_finish,},
{NULL, NULL},
};