aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-27 19:59:41 +0000
committerRichard M. Stallman1997-08-27 19:59:41 +0000
commit759ae8118b7267b4c4d82ec90721b73ee5bc263b (patch)
tree29d57a175b530324522f26f8213baca51af4d69a /src
parentf6680f0b605a7628bb282a365e661165b107749a (diff)
downloademacs-759ae8118b7267b4c4d82ec90721b73ee5bc263b.tar.gz
emacs-759ae8118b7267b4c4d82ec90721b73ee5bc263b.zip
Whitespace change.
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 201c5871537..b5eeadd3d75 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -532,7 +532,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
532 synch_process_alive = 0; 532 synch_process_alive = 0;
533 synch_process_retcode = pid; 533 synch_process_retcode = pid;
534 if (synch_process_retcode < 0) /* means it couldn't be exec'ed */ 534 if (synch_process_retcode < 0) /* means it couldn't be exec'ed */
535 synch_process_death = strerror(errno); 535 synch_process_death = strerror (errno);
536 536
537 close (outfilefd); 537 close (outfilefd);
538 if (fd_error != outfilefd) 538 if (fd_error != outfilefd)