]> granicus.if.org Git - apache/commitdiff
Reduce code drift from trunk.
authorRainer Jung <rjung@apache.org>
Mon, 16 Jul 2012 17:30:53 +0000 (17:30 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 16 Jul 2012 17:30:53 +0000 (17:30 +0000)
Only whitespace/style, no functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1362155 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_socache_dc.c
modules/proxy/mod_proxy_balancer.c

index 9739a97b91c5d0827d7f222836e0058c595d0732..7d09408d6e1ea490f3786edc044c1f1194902607 100644 (file)
@@ -140,7 +140,8 @@ static apr_status_t socache_dc_remove(ap_socache_instance_t *ctx,
     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;
     }
index 96e0901e8a28376e3afe23626a656e0e2c56d311..e3db4883f1f70bf4d831e4909d4708a8df9f63fb 100644 (file)
@@ -744,7 +744,6 @@ static int balancer_post_config(apr_pool_t *pconf, apr_pool_t *plog,
             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)",