Trvial formatting fix.

This commit is contained in:
Simon Kelley
2025-06-20 17:12:32 +01:00
parent 2b19285724
commit ade97495e6

View File

@@ -855,9 +855,9 @@ void close_fds(long max_fd, int spare1, int spare2, int spare3)
closedir(d);
return;
}
}
#endif
/* fallback, dumb code. */
for (max_fd--; max_fd >= 0; max_fd--)
if (max_fd != STDOUT_FILENO && max_fd != STDERR_FILENO && max_fd != STDIN_FILENO &&