From: Thomas Quinot Date: Thu, 7 Jul 2005 09:47:26 +0000 (+0200) Subject: expect.c: Minor reformatting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe7cef0069d807af7c960267f1e923130157a5e8;p=gcc.git expect.c: Minor reformatting 2005-07-07 Thomas Quinot * expect.c: Minor reformatting From-SVN: r101700 --- 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; }