diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/inf-child.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9081a0..2741c32 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-09-19 Mark Kettenis <kettenis@gnu.org> + + * inf-child.c (inf_child_post_wait): Remove stray whitespace in + comment. + 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com> * ada-exp.y (type_int): New function to add layer of abstraction diff --git a/gdb/inf-child.c b/gdb/inf-child.c index d33f4c1..cb7b2ec 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -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 |