diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2016-12-03 21:04:08 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2016-12-03 21:04:08 +0100 |
commit | 6efb076e68fd8c843c0337f3314af21e5be559d3 (patch) | |
tree | 322426b06bf5808809643e077d70ad888dceed81 /modules/generators/mod_status.c | |
parent | update transformation (diff) | |
download | apache2-6efb076e68fd8c843c0337f3314af21e5be559d3.tar.xz apache2-6efb076e68fd8c843c0337f3314af21e5be559d3.zip |
Remove some spaces to synch with 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/generators/mod_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 44996c6ba9..12801f94ce 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -294,7 +294,7 @@ static int status_handler(request_rec *r) } ws_record = apr_palloc(r->pool, sizeof *ws_record); - + for (i = 0; i < server_limit; ++i) { #ifdef HAVE_TIMES clock_t proc_tu = 0, proc_ts = 0, proc_tcu = 0, proc_tcs = 0; |