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/inf-child.c | |
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/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |