From: Arran Cudbard-Bell Date: Fri, 11 Sep 2015 16:17:30 +0000 (+0100) Subject: Formatting X-Git-Tag: release_3_0_10~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d34a5e7e4a0ea6e61ba7634cf48e7eebb6457f;p=thirdparty%2Ffreeradius-server.git Formatting --- 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; }