You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/07/08 13:16:59 UTC

svn commit: r1608721 - /httpd/httpd/trunk/server/listen.c

Author: trawick
Date: Tue Jul  8 11:16:59 2014
New Revision: 1608721

URL: http://svn.apache.org/r1608721
Log:
whitespace changes only

Modified:
    httpd/httpd/trunk/server/listen.c

Modified: httpd/httpd/trunk/server/listen.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/listen.c?rev=1608721&r1=1608720&r2=1608721&view=diff
==============================================================================
--- httpd/httpd/trunk/server/listen.c (original)
+++ httpd/httpd/trunk/server/listen.c Tue Jul  8 11:16:59 2014
@@ -279,7 +279,8 @@ static apr_status_t close_listeners_on_e
 
 #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_listen
     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)