mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Trivial formatting fix.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user