From 9a6c8ef41a5381530371f7f51b36fed43ae27b18 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 18 Sep 2004 22:51:26 +0000 Subject: [PATCH] * inf-child.c (inf_child_post_wait): Remove stray whitespace in comment. --- gdb/ChangeLog | 5 +++++ gdb/inf-child.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9081a09554..2741c32ea1a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-09-19 Mark Kettenis + + * inf-child.c (inf_child_post_wait): Remove stray whitespace in + comment. + 2004-09-18 Paul N. Hilfinger * 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 d33f4c1bde7..cb7b2ec04d9 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 -- 2.30.2