[PATCH] Fix indentation in sparc64obsd-tdep.c

Mark Kettenis kettenis@chello.nl
Sat Jul 31 20:43:00 GMT 2004


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;
 }



More information about the Gdb-patches mailing list