diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 20:44:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-15 20:44:11 +0000 |
commit | 990d19fd6d925da5856de50fd84d8656e762b83c (patch) | |
tree | 78a21bfb29c4d0d4f10900714b098fb437695125 /sim/bfin/bfroms/bf526-0.1.h | |
parent | 227d265839dcb5f90383a23e36dc7d0a5df62075 (diff) | |
download | gdb-990d19fd6d925da5856de50fd84d8656e762b83c.zip gdb-990d19fd6d925da5856de50fd84d8656e762b83c.tar.gz gdb-990d19fd6d925da5856de50fd84d8656e762b83c.tar.bz2 |
sim: bfin: fix brace style
Diffstat (limited to 'sim/bfin/bfroms/bf526-0.1.h')
-rw-r--r-- | sim/bfin/bfroms/bf526-0.1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/bfroms/bf526-0.1.h b/sim/bfin/bfroms/bf526-0.1.h index 4d53e0b..f3602d2 100644 --- a/sim/bfin/bfroms/bf526-0.1.h +++ b/sim/bfin/bfroms/bf526-0.1.h @@ -1,3 +1,4 @@ /* DO NOT EDIT: Autogenerated. */ -static const char bfrom_bf526_0_1[] = { +static const char bfrom_bf526_0_1[] = +{ }; |