expect.c: Minor reformatting
authorThomas Quinot <quinot@adacore.com>
Thu, 7 Jul 2005 09:47:26 +0000 (11:47 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 7 Jul 2005 09:47:26 +0000 (11:47 +0200)
2005-07-07  Thomas Quinot  <quinot@adacore.com>

* expect.c: Minor reformatting

From-SVN: r101700

gcc/ada/expect.c

index d00dfd57c6284c24e8790a70725cb95d2606756a..323618e1165822f5cd1dbb704c3a65406978a7bb 100644 (file)
@@ -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;
 }