From 6efb076e68fd8c843c0337f3314af21e5be559d3 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 3 Dec 2016 20:04:08 +0000 Subject: [PATCH] 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 --- modules/generators/mod_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3