From: Christophe Jaillet Date: Fri, 10 Oct 2014 20:37:16 +0000 (+0000) Subject: Style (space before ending ';') X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d47a5ea102c9a5db1d60758f8f968cd37ecf4bba;p=thirdparty%2Fapache%2Fhttpd.git Style (space before ending ';') git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1630981 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_noloris.c b/modules/experimental/mod_noloris.c index d3ce11bf397..73d1314d012 100644 --- a/modules/experimental/mod_noloris.c +++ b/modules/experimental/mod_noloris.c @@ -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;