From 6a1868c766cec7ccaa1073f1b9d0ff30da8169d3 Mon Sep 17 00:00:00 2001
From: Kai Tietz <ktietz@gcc.gnu.org>
Date: Tue, 20 Oct 2009 21:46:00 +0200
Subject: [PATCH] Fix identation issue I missed to correct.

From-SVN: r153036
---
 gcc/config/i386/cygming.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h
index fd81e9e598d6..cdab21c91a2b 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
-- 
GitLab