]> granicus.if.org Git - apache/commitdiff
Remove some spaces to synch with 2.4
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Dec 2016 20:04:08 +0000 (20:04 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Dec 2016 20:04:08 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772484 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 44996c6ba9eea115622fbed9767596d84ac0e98d..12801f94ceccb79cbe3dd0b9524e8f86a3f11715 100644 (file)
@@ -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;