diff options
author | Kai Tietz <ktietz@gcc.gnu.org> | 2009-10-20 21:46:00 +0200 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2009-10-20 21:46:00 +0200 |
commit | 6a1868c766cec7ccaa1073f1b9d0ff30da8169d3 (patch) | |
tree | 5e7226ffd740aea0bde9dd4d73e31ee3d707c49f /gcc/config/i386/cygming.h | |
parent | 5c9ffc868802a0f7299ac4cae7167090e91630b8 (diff) | |
download | gcc-6a1868c766cec7ccaa1073f1b9d0ff30da8169d3.tar.gz |
Fix identation issue I missed to correct.
From-SVN: r153036
Diffstat (limited to 'gcc/config/i386/cygming.h')
-rw-r--r-- | gcc/config/i386/cygming.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index fd81e9e598d..cdab21c91a2 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -50,8 +50,8 @@ along with GCC; see the file COPYING3. If not see even if we don't use DWARF .debug_frame. */ #undef DWARF_FRAME_REGNUM #define DWARF_FRAME_REGNUM(n) \ - (TARGET_64BIT ? dbx64_register_map[(n)] \ - : svr4_dbx_register_map[(n)]) + (TARGET_64BIT ? dbx64_register_map[(n)] \ + : svr4_dbx_register_map[(n)]) #ifdef HAVE_GAS_PE_SECREL32_RELOC /* Use section relative relocations for debugging offsets. Unlike |