From: Christophe Jaillet Date: Sun, 3 Jan 2016 07:11:58 +0000 (+0000) Subject: Fix sparse warnings introduced in r1722154 (inconsistent indenting) X-Git-Tag: 2.5.0-alpha~2466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494d8d8d9add626af4b04f1717622291f98cc326;p=thirdparty%2Fapache%2Fhttpd.git Fix sparse warnings introduced in r1722154 (inconsistent indenting) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1722701 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/core/mod_watchdog.c b/modules/core/mod_watchdog.c index 2bb2506c64d..a5eb4bf04d0 100644 --- a/modules/core/mod_watchdog.c +++ b/modules/core/mod_watchdog.c @@ -512,7 +512,7 @@ static int wd_post_config_hook(apr_pool_t *pconf, apr_pool_t *plog, AP_WATCHDOG_CVERSION); ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(02978) "Watchdog: Looking for child (%s).", wn[i].provider_name); - if (w) { + if (w) { if (!w->active) { int status = ap_run_watchdog_need(s, w->name, 0, w->singleton); @@ -537,7 +537,7 @@ static int wd_post_config_hook(apr_pool_t *pconf, apr_pool_t *plog, } ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, s, APLOGNO(02979) "Watchdog: Created child worker thread (%s).", w->name); - wd_server_conf->child_workers++; + wd_server_conf->child_workers++; } } } @@ -561,7 +561,7 @@ static void wd_child_init_hook(apr_pool_t *p, server_rec *s) */ ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, s, APLOGNO(02980) "Watchdog: nothing configured?"); - return; + return; } if ((wl = ap_list_provider_names(p, AP_WATCHDOG_PGROUP, AP_WATCHDOG_CVERSION))) {