1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Ident some CPP in nix daemon

Makes it easier for me to read.

(cherry picked from commit a09360400b)
This commit is contained in:
John Ericson 2024-07-03 11:15:56 -04:00 committed by github-actions[bot]
parent 7891e56fb1
commit 2040540717

View file

@ -210,9 +210,9 @@ static PeerInfo getPeerInfo(int remote)
#elif defined(LOCAL_PEERCRED)
#if !defined(SOL_LOCAL)
#define SOL_LOCAL 0
#endif
# if !defined(SOL_LOCAL)
# define SOL_LOCAL 0
# endif
xucred cred;
socklen_t credLen = sizeof(cred);