diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdb/xtensa-xtregs.c | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | gdb-users/simark/clang-format.zip gdb-users/simark/clang-format.tar.gz gdb-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/xtensa-xtregs.c')
-rw-r--r-- | gdb/xtensa-xtregs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/xtensa-xtregs.c b/gdb/xtensa-xtregs.c index f97d055..8fda724 100644 --- a/gdb/xtensa-xtregs.c +++ b/gdb/xtensa-xtregs.c @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - typedef struct { int gdb_regnum; @@ -31,9 +30,8 @@ typedef struct #define XTENSA_ELF_XTREG_SIZE 4 -const xtensa_regtable_t xtensa_regmap_table[] = -{ +const xtensa_regtable_t xtensa_regmap_table[] = { /* gnum,gofs,cpofs,ofs,siz,cp, dbnum, name */ - { 44, 176, 0, 0, 4, -1, 0x020c, "scompare1" }, + { 44, 176, 0, 0, 4, -1, 0x020c, "scompare1" }, { 0 } }; |