]> code.delx.au - gnu-emacs/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 19:59:41 +0000 (19:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Aug 1997 19:59:41 +0000 (19:59 +0000)
src/callproc.c

index 201c58715372cc7e701e20e281a00bf6dd680574..b5eeadd3d75ea8c8564ab82a2d59bb2549461f8d 100644 (file)
@@ -532,7 +532,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
     synch_process_alive = 0;
     synch_process_retcode = pid;
     if (synch_process_retcode < 0)  /* means it couldn't be exec'ed */
-      synch_process_death = strerror(errno);
+      synch_process_death = strerror (errno);
 
     close (outfilefd);
     if (fd_error != outfilefd)