Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Sep 2015 16:17:30 +0000 (17:17 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Sep 2015 16:19:48 +0000 (17:19 +0100)
src/main/command.c

index 152d0f6..d7e7a5e 100644 (file)
@@ -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;
                }