diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-09-18 22:51:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-09-18 22:51:26 +0000 |
commit | 9a6c8ef41a5381530371f7f51b36fed43ae27b18 (patch) | |
tree | 39a2568682472f2f3af676c9cdfd92c952f0669b /gdb | |
parent | 72d5681a84985b3eef4cb6bf613026c151f4a5b4 (diff) | |
download | gdb-9a6c8ef41a5381530371f7f51b36fed43ae27b18.zip gdb-9a6c8ef41a5381530371f7f51b36fed43ae27b18.tar.gz gdb-9a6c8ef41a5381530371f7f51b36fed43ae27b18.tar.bz2 |
* inf-child.c (inf_child_post_wait): Remove stray whitespace in
comment.
Diffstat (limited to 'gdb')
-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 |