From 49a48f704920d3556beb309f31e2728161da652d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 6 Feb 2025 20:10:47 +0100 Subject: fix whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- radharc-ipc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radharc-ipc.c b/radharc-ipc.c index 3787d2d..80d7ba7 100644 --- a/radharc-ipc.c +++ b/radharc-ipc.c @@ -77,9 +77,9 @@ main(int argc, char *argv[]) goto fail; /* we need an address, otherwise the peer will not get an address to send the response to */ - memset(&addr, 0, sizeof(addr)); - addr.sun_family = AF_UNIX; - if (bind(sock, (void *)&addr, (socklen_t)offsetof(struct sockaddr_un, sun_path))) + memset(&addr, 0, sizeof(addr)); + addr.sun_family = AF_UNIX; + if (bind(sock, (void *)&addr, (socklen_t)offsetof(struct sockaddr_un, sun_path))) goto fail; socks = calloc((size_t)argc, sizeof(int)); -- cgit v1.2.3-70-g09d2