summaryrefslogtreecommitdiff
path: root/sim/bfin/dv-bfin_wp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-15 20:44:09 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-15 20:44:09 +0000
commit7196c5630d1f71b9428ed1245dbb1fb4f7c4cbc1 (patch)
tree12edf986d5bab49cfa4bba2cfe0629e93bdb3a71 /sim/bfin/dv-bfin_wp.c
parent894e4cb17dcec5279d6a634d4396194839aaa372 (diff)
downloadgdb-7196c5630d1f71b9428ed1245dbb1fb4f7c4cbc1.tar.gz
sim: bfin: fix brace style
Diffstat (limited to 'sim/bfin/dv-bfin_wp.c')
-rw-r--r--sim/bfin/dv-bfin_wp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/bfin/dv-bfin_wp.c b/sim/bfin/dv-bfin_wp.c
index 9f35ac698b0..ba40026e9bd 100644
--- a/sim/bfin/dv-bfin_wp.c
+++ b/sim/bfin/dv-bfin_wp.c
@@ -183,8 +183,7 @@ bfin_wp_finish (struct hw *me)
attach_bfin_wp_regs (me, wp);
}
-const struct hw_descriptor dv_bfin_wp_descriptor[] =
-{
+const struct hw_descriptor dv_bfin_wp_descriptor[] = {
{"bfin_wp", bfin_wp_finish,},
{NULL, NULL},
};