mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28: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)
|
fd == spare1 || fd == spare2 || fd == spare3)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
closedir(d);
|
closedir(d);
|
||||||
|
|||||||
Reference in New Issue
Block a user