This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix indentation in sparc64obsd-tdep.c


Oops!

Committed,

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
	indentation.

Index: sparc64obsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc64obsd-tdep.c,v
retrieving revision 1.8
diff -u -p -r1.8 sparc64obsd-tdep.c
--- sparc64obsd-tdep.c 30 Jul 2004 22:45:52 -0000 1.8
+++ sparc64obsd-tdep.c 31 Jul 2004 20:41:07 -0000
@@ -105,7 +105,7 @@ sparc64obsd_pc_in_sigtramp (CORE_ADDR pc
 	continue;
 
       return 1;
-  }
+    }
 
   return 0;
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]