From 01d34a5e7e4a0ea6e61ba7634cf48e7eebb6457f Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Fri, 11 Sep 2015 17:17:30 +0100 Subject: [PATCH] Formatting --- src/main/command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/command.c b/src/main/command.c index 152d0f64000..d7e7a5e4373 100644 --- a/src/main/command.c +++ b/src/main/command.c @@ -228,8 +228,7 @@ static int fr_server_domain_socket_peercred(char const *path, uid_t UNUSED uid, } if (unlink(path) < 0) { - fr_strerror_printf("Failed to delete %s: %s", - path, fr_syserror(errno)); + fr_strerror_printf("Failed to delete %s: %s", path, fr_syserror(errno)); close(sockfd); return -1; } -- 2.47.3