]> git.sur5r.net Git - openldap/commitdiff
fix indentation
authorPierangelo Masarati <ando@openldap.org>
Mon, 2 Jan 2006 08:18:29 +0000 (08:18 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 2 Jan 2006 08:18:29 +0000 (08:18 +0000)
servers/slapd/back-bdb/cache.c

index 4c4f7418ffed5f9e9eb001e630cf2250cf23c46e..cb1ff8e70286545908a5dcaf4132e75a6e47f2d0 100644 (file)
@@ -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.