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 stray whitespace in comment in inf-child.c


Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* inf-child.c (inf_child_post_wait): Remove stray whitespace in
	comment.

Index: inf-child.c
===================================================================
RCS file: /cvs/src/src/gdb/inf-child.c,v
retrieving revision 1.2
diff -u -p -r1.2 inf-child.c
--- inf-child.c 16 Sep 2004 19:54:18 -0000 1.2
+++ inf-child.c 18 Sep 2004 22:49:00 -0000
@@ -56,8 +56,7 @@ void
 inf_child_post_wait (ptid_t ptid, int wait_status)
 {
   /* This version of Unix doesn't require a meaningful "post wait"
-     operation.
-   */
+     operation.  */
 }
 
 static void


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