]> granicus.if.org Git - apache/commitdiff
fix style, no code change.
authorIgor Galić <igalic@apache.org>
Sat, 7 Apr 2012 18:39:01 +0000 (18:39 +0000)
committerIgor Galić <igalic@apache.org>
Sat, 7 Apr 2012 18:39:01 +0000 (18:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1310819 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_socache_dc.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;
     }