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] Remove spurious whitespace...


...from i386nbsd-tdep.c.

Checked in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
	* i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
	whitespace.

Index: i386nbsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386nbsd-tdep.c,v
retrieving revision 1.9
diff -u -p -r1.9 i386nbsd-tdep.c
--- i386nbsd-tdep.c 2 Sep 2002 18:09:06 -0000 1.9
+++ i386nbsd-tdep.c 6 Sep 2002 20:27:33 -0000
@@ -233,7 +233,6 @@ i386nbsd_sigtramp_offset (CORE_ADDR pc)
 static int
 i386nbsd_pc_in_sigtramp (CORE_ADDR pc, char *name)
 {
-
   return (nbsd_pc_in_sigtramp (pc, name)
 	  || i386nbsd_sigtramp_offset (pc) >= 0);
 }



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