mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Whitespace
This commit is contained in:
parent
9cd63d2244
commit
d50d7a2874
4 changed files with 61 additions and 61 deletions
|
@ -819,10 +819,10 @@ static void daemonLoop()
|
||||||
(struct sockaddr *) &remoteAddr, &remoteAddrLen);
|
(struct sockaddr *) &remoteAddr, &remoteAddrLen);
|
||||||
checkInterrupt();
|
checkInterrupt();
|
||||||
if (remote == -1) {
|
if (remote == -1) {
|
||||||
if (errno == EINTR)
|
if (errno == EINTR)
|
||||||
continue;
|
continue;
|
||||||
else
|
else
|
||||||
throw SysError("accepting connection");
|
throw SysError("accepting connection");
|
||||||
}
|
}
|
||||||
|
|
||||||
closeOnExec(remote);
|
closeOnExec(remote);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue