From 02df0007c8bb9a519c6cf2229554823f0daf041e Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 2 Mar 2020 22:30:28 +0000 Subject: [PATCH] Trivial formatting fix. --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index f058c92..0b0c7de 100644 --- a/src/util.c +++ b/src/util.c @@ -731,7 +731,7 @@ void close_fds(long max_fd, int spare1, int spare2, int spare3) fd == spare1 || fd == spare2 || fd == spare3) continue; - close(fd); + close(fd); } closedir(d);