Commit fe7cef00 by Thomas Quinot Committed by Arnaud Charlet

expect.c: Minor reformatting

2005-07-07  Thomas Quinot  <quinot@adacore.com>

	* expect.c: Minor reformatting

From-SVN: r101700
parent e71bed07
...@@ -195,7 +195,7 @@ __gnat_waitpid (int pid) ...@@ -195,7 +195,7 @@ __gnat_waitpid (int pid)
int status = 0; int status = 0;
waitpid (pid, &status, 0); waitpid (pid, &status, 0);
status = WEXITSTATUS (status); status = WEXITSTATUS (status);
return status; return status;
} }
...@@ -346,7 +346,7 @@ __gnat_waitpid (int pid) ...@@ -346,7 +346,7 @@ __gnat_waitpid (int pid)
int status = 0; int status = 0;
waitpid (pid, &status, 0); waitpid (pid, &status, 0);
status = WEXITSTATUS (status); status = WEXITSTATUS (status);
return status; return status;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment