From: Christophe Jaillet Date: Sat, 3 Dec 2016 20:04:08 +0000 (+0000) Subject: Remove some spaces to synch with 2.4 X-Git-Tag: 2.5.0-alpha~957 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6efb076e68fd8c843c0337f3314af21e5be559d3;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 44996c6ba9e..12801f94cec 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;