comparison src/callproc.c @ 19580:a81fbc76f500

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Aug 1997 19:59:41 +0000
parents 34057e215ab1
children 1657f4dd8c05
comparison
equal deleted inserted replaced
19579:bbb59d8bca28 19580:a81fbc76f500
530 /* Record that the synchronous process exited and note its 530 /* Record that the synchronous process exited and note its
531 termination status. */ 531 termination status. */
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)
539 close (fd_error); 539 close (fd_error);
540 fd1 = -1; /* No harm in closing that one! */ 540 fd1 = -1; /* No harm in closing that one! */