replace some leading tabs that had crept in

This commit is contained in:
nhmall
2024-06-10 10:57:59 -04:00
parent bc897ac69c
commit 588b3ae92f
11 changed files with 16 additions and 16 deletions

View File

@@ -405,7 +405,7 @@ printf("ShellExecute returned: %p\n",rv); // >32 is ok
if (pid == 0) {
char err[100];
# ifdef CRASHREPORT_EXEC_NOSTDERR
int devnull;
int devnull;
/* Keep the output clean - firefox spews useless errors on
* my system. */
(void) close(2);
@@ -416,9 +416,9 @@ printf("ShellExecute returned: %p\n",rv); // >32 is ok
Sprintf(err, "Can't start " CRASHREPORT ": %s", strerror(errno));
raw_print(err);
# ifdef CRASHREPORT_EXEC_NOSTDERR
(void) close(devnull);
(void) close(devnull);
# endif
exit(1);
exit(1);
} else {
int status;
errno = 0;