diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-07 09:47:26 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-07 09:47:26 +0000 |
commit | 044aebf6663fa25c0425e13e0b07fc205fb6d944 (patch) | |
tree | 53f1c209d420aab7c919900ba0382cc51c7ee356 /gcc/ada/expect.c | |
parent | e68d1f9cc1d26fec7e103d2253dda3d2a808f52d (diff) | |
download | gcc-044aebf6663fa25c0425e13e0b07fc205fb6d944.tar.gz |
2005-07-07 Thomas Quinot <quinot@adacore.com>
* expect.c: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/expect.c')
-rw-r--r-- | gcc/ada/expect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/expect.c b/gcc/ada/expect.c index d00dfd57c62..323618e1165 100644 --- a/gcc/ada/expect.c +++ b/gcc/ada/expect.c @@ -195,7 +195,7 @@ __gnat_waitpid (int pid) int status = 0; waitpid (pid, &status, 0); - status = WEXITSTATUS (status); + status = WEXITSTATUS (status); return status; } @@ -346,7 +346,7 @@ __gnat_waitpid (int pid) int status = 0; waitpid (pid, &status, 0); - status = WEXITSTATUS (status); + status = WEXITSTATUS (status); return status; } |