Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 14, 2024
1 parent 23ea79c commit 77cf3ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ proc_init(struct privsep *ps, struct privsep_proc *procs, unsigned int nproc,
for (proc = 0; proc < ps->ps_instances[dst]; proc++) {
pa = &ps->ps_pipes[PROC_PARENT][0];
pb = &ps->ps_pipes[dst][proc];
if (socketpair(AF_UNIX,
SOCK_STREAM,
if (socketpair(AF_UNIX, SOCK_STREAM,
PF_UNSPEC, fds) == -1)
fatal("%s: socketpair", __func__);

Expand Down

0 comments on commit 77cf3ac

Please sign in to comment.