Trivial formatting fix.

This commit is contained in:
Simon Kelley
2020-03-02 22:30:28 +00:00
parent b2ed691eb3
commit 02df0007c8

View File

@@ -731,7 +731,7 @@ void close_fds(long max_fd, int spare1, int spare2, int spare3)
fd == spare1 || fd == spare2 || fd == spare3) fd == spare1 || fd == spare2 || fd == spare3)
continue; continue;
close(fd); close(fd);
} }
closedir(d); closedir(d);