]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Style (space before ending ';')
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 10 Oct 2014 20:37:16 +0000 (20:37 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 10 Oct 2014 20:37:16 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1630981 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_noloris.c

index d3ce11bf397905637a103150937934f31fd13c28..73d1314d0123b0d496fccc418710f4a6ea900103 100644 (file)
@@ -126,7 +126,7 @@ static int noloris_monitor(apr_pool_t *pool, server_rec *s)
             if (ws->status == SERVER_BUSY_READ) {
                 n = apr_hash_get(connections, ws->client, APR_HASH_KEY_STRING);
                 if (n == NULL) {
-                    n = totals + index++ ;
+                    n = totals + index++;
                     *n = 0;
                 }
                 ++*n;