OSDN Git Service

Fix identation issue I missed to correct.
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Oct 2009 19:46:00 +0000 (19:46 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Oct 2009 19:46:00 +0000 (19:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153036 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/cygming.h

index fd81e9e..cdab21c 100644 (file)
@@ -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