From: Pierangelo Masarati Date: Mon, 2 Jan 2006 08:18:29 +0000 (+0000) Subject: fix indentation X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~492 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9c7aca5b477b2cfa77301b096eef08d6c57e666f;p=openldap fix indentation --- diff --git a/servers/slapd/back-bdb/cache.c b/servers/slapd/back-bdb/cache.c index 4c4f7418ff..cb1ff8e702 100644 --- a/servers/slapd/back-bdb/cache.c +++ b/servers/slapd/back-bdb/cache.c @@ -618,8 +618,8 @@ bdb_cache_lru_purge(void *ctx, void *arg) /* Defer processing till we're needed again */ ldap_pvt_runqueue_resched( &slapd_rq, rtask, 1 ); ldap_pvt_thread_mutex_unlock( &slapd_rq.rq_mutex ); - } } +} /* caller must have lru_head_mutex locked. mutex * will be unlocked on return.