From 759ae8118b7267b4c4d82ec90721b73ee5bc263b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Aug 1997 19:59:41 +0000 Subject: [PATCH] Whitespace change. --- src/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") 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) -- 2.39.5