]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Whitespace and comment changes; inconsequential - but synchronises
authorColm MacCarthaigh <colm@apache.org>
Mon, 3 Oct 2005 10:34:43 +0000 (10:34 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 3 Oct 2005 10:34:43 +0000 (10:34 +0000)
with trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@293292 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 626be419af974ee82c0f173a203913b91732c2ff..0859b3db21d635dc429c6c97d9c1c7970210ff32 100644 (file)
@@ -156,7 +156,7 @@ static void chdir_for_gprof(void)
 
     if(dir) {
         apr_status_t res;
-        char * buf = NULL;
+        char *buf = NULL ;
         int len = strlen(sconf->gprof_dir) - 1;
         if(*(dir + len) == '%') {
             dir[len] = '\0';
@@ -730,7 +730,7 @@ static int make_child(server_rec *s, int slot)
         apr_signal(SIGHUP, just_die);
         apr_signal(SIGTERM, just_die);
         /* The child process just closes listeners on AP_SIG_GRACEFUL.  
-         * The pod is used for signalling graceful restart.
+         * The pod is used for signalling the graceful restart.
          */
         apr_signal(AP_SIG_GRACEFUL, stop_listening);
         child_main(slot);
@@ -1105,6 +1105,7 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s)
 
         ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, ap_server_conf,
                     "caught SIGTERM, shutting down");
+
         return 1;
     } else if (shutdown_pending) {
         /* Time to perform a graceful shut down: