]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorKurt Zeilenga <kurt@openldap.org>
Wed, 2 Jan 2002 17:05:12 +0000 (17:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 2 Jan 2002 17:05:12 +0000 (17:05 +0000)
servers/slapd/root_dse.c

index e2ccb0cf7e14d91264542272bb805b30a68a3d95..7328f242c88320c96ac613cc8ef0959a13023225 100644 (file)
@@ -72,7 +72,6 @@ root_dse_info(
        /* the DN is an empty string so no pretty/normalization is needed */
        assert( !e->e_name.bv_len );
        assert( !e->e_nname.bv_len );
-       
 
        e->e_private = NULL;
 
@@ -222,6 +221,6 @@ int read_root_dse_file( const char *fname )
 
        ch_free( buf );
 
-       Debug(LDAP_DEBUG_CONFIG,"rootDSE file %s read.\n", fname, 0, 0);
+       Debug(LDAP_DEBUG_CONFIG, "rootDSE file %s read.\n", fname, 0, 0);
        return rc;
 }