From 79b9700a6f3edb6d6a0b3f466cd6b04d29b503d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Sat, 7 Apr 2012 18:39:01 +0000 Subject: [PATCH] fix style, no code change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1310819 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_socache_dc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/cache/mod_socache_dc.c b/modules/cache/mod_socache_dc.c index 9739a97b91..7d09408d6e 100644 --- a/modules/cache/mod_socache_dc.c +++ b/modules/cache/mod_socache_dc.c @@ -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; } -- 2.40.0