You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/07/16 19:30:53 UTC

svn commit: r1362155 - in /httpd/httpd/branches/2.4.x/modules: cache/mod_socache_dc.c proxy/mod_proxy_balancer.c

Author: rjung
Date: Mon Jul 16 17:30:53 2012
New Revision: 1362155

URL: http://svn.apache.org/viewvc?rev=1362155&view=rev
Log:
Reduce code drift from trunk.
Only whitespace/style, no functional change.

Modified:
    httpd/httpd/branches/2.4.x/modules/cache/mod_socache_dc.c
    httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_balancer.c

Modified: httpd/httpd/branches/2.4.x/modules/cache/mod_socache_dc.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/cache/mod_socache_dc.c?rev=1362155&r1=1362154&r2=1362155&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/cache/mod_socache_dc.c (original)
+++ httpd/httpd/branches/2.4.x/modules/cache/mod_socache_dc.c Mon Jul 16 17:30:53 2012
@@ -140,7 +140,8 @@ static apr_status_t socache_dc_remove(ap
     if (!DC_CTX_remove_session(ctx->dc, id, idlen)) {
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00745) "distributed scache 'remove' MISS");
         return APR_NOTFOUND;
-    } else {
+    }
+    else {
         ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00746) "distributed scache 'remove' HIT");
         return APR_SUCCESS;
     }

Modified: httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_balancer.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_balancer.c?rev=1362155&r1=1362154&r2=1362155&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_balancer.c (original)
+++ httpd/httpd/branches/2.4.x/modules/proxy/mod_proxy_balancer.c Mon Jul 16 17:30:53 2012
@@ -744,7 +744,6 @@ static int balancer_post_config(apr_pool
             s = s->next;
             continue;
         }
-
         if (conf->balancers->nelts) {
             conf->max_balancers = conf->balancers->nelts + conf->bgrowth;
             ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(01178) "Doing balancers create: %d, %d (%d)",