]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
whitespace changes only
authorJeff Trawick <trawick@apache.org>
Tue, 8 Jul 2014 11:16:59 +0000 (11:16 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 8 Jul 2014 11:16:59 +0000 (11:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1608721 13f79535-47bb-0310-9956-ffa450edef68

server/listen.c

index dfb83a0fc04bd881c59cf362f7fb750b4a80169b..b772384af25f9077317d4609760ca2b47d43d35d 100644 (file)
@@ -279,7 +279,8 @@ static apr_status_t close_listeners_on_exec(void *v)
 
 #ifdef HAVE_SYSTEMD
 
-static int find_systemd_socket(process_rec * process, apr_port_t port) {
+static int find_systemd_socket(process_rec * process, apr_port_t port)
+{
     int fdcount, fd;
     int sdc = sd_listen_fds(0);
 
@@ -338,7 +339,6 @@ static apr_status_t alloc_systemd_listener(process_rec * process,
     rec->active = 0;
     rec->next = 0;
 
-
     rv = apr_os_sock_make(&rec->sd, &si, process->pool);
     if (rv != APR_SUCCESS) {
         ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, process->pool, APLOGNO(02490)