From d47a5ea102c9a5db1d60758f8f968cd37ecf4bba Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 10 Oct 2014 20:37:16 +0000 Subject: [PATCH] Style (space before ending ';') git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1630981 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_noloris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3