diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-10-03 13:09:15 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-10-03 13:09:15 +0200 |
commit | e92e109916045fd47483be297255c4e350f97d89 (patch) | |
tree | fdbaa4f352143298e7e724d929a129e54f2cd591 /server/mpm/prefork/prefork.c | |
parent | * Fix style nits (whitespaces / formats of comments). No Functional changes. (diff) | |
download | apache2-e92e109916045fd47483be297255c4e350f97d89.tar.xz apache2-e92e109916045fd47483be297255c4e350f97d89.zip |
Remove some trailing spaces. Syncs with 2.2.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@293307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/mpm/prefork/prefork.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index bb47ad1843..0859b3db21 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -1217,10 +1217,10 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s) ap_scoreboard_image->servers[index][0].status = SERVER_GRACEFUL; /* Ask each child to close its listeners. * - * NOTE: we use the scoreboard, because if we send SIGUSR1 - * to every process in the group, this may include CGI's, - * piped loggers, etc. They almost certainly won't handle - * it gracefully. + * NOTE: we use the scoreboard, because if we send SIGUSR1 + * to every process in the group, this may include CGI's, + * piped loggers, etc. They almost certainly won't handle + * it gracefully. */ kill(ap_scoreboard_image->parent[index].pid, AP_SIG_GRACEFUL); } |