From fe7cef0069d807af7c960267f1e923130157a5e8 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Thu, 7 Jul 2005 11:47:26 +0200 Subject: [PATCH] expect.c: Minor reformatting 2005-07-07 Thomas Quinot * expect.c: Minor reformatting From-SVN: r101700 --- gcc/ada/expect.c | 4 ++-- 1 file 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; } -- 2.30.2