]> git.sur5r.net Git - openldap/commitdiff
Clean up whitespace in previous commit
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 24 Jan 2013 19:31:41 +0000 (11:31 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sun, 27 Jan 2013 03:26:13 +0000 (19:26 -0800)
doc/man/man5/slapd-ldap.5
servers/slapd/back-ldap/bind.c
servers/slapd/config.c

index d5700c0e8489615f5cb5976b2b37251ab3a47dea..1d594649b71f388447b5b4541e181d9599370356 100644 (file)
@@ -420,7 +420,7 @@ The
 parameter sets the values of \fIidle\fP, \fIprobes\fP, and \fIinterval\fP
 used to check whether a socket is alive;
 .I idle
-is the number of seconds a connection needs to remain idle before TCP 
+is the number of seconds a connection needs to remain idle before TCP
 starts sending keepalive probes;
 .I probes
 is the maximum number of keepalive probes TCP should send before dropping
index 45f228a2824c2a6145b94dd583db241449d4a8da..f7643e70a65eedbf6042af1a0fe1d798ea65faeb 100644 (file)
@@ -717,7 +717,7 @@ ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_
        }
 
        /* turn on network keepalive, if configured so */
-       slap_client_keepalive(ld, &li->li_tls.sb_keepalive); 
+       slap_client_keepalive(ld, &li->li_tls.sb_keepalive);
 
 #ifdef HAVE_TLS
        if ( LDAP_BACK_CONN_ISPRIV( lc ) ) {
index c7e4de78ca316083f4c5262982ac59386ac0374f..d1c4a9617ae5ed2083d7fa61d7e26d015dcdb40a 100644 (file)
@@ -1283,7 +1283,7 @@ static slap_verbmasks versionkey[] = {
        { BER_BVNULL, 0 }
 };
 
-int 
+int
 slap_keepalive_parse(
        struct berval *val,
        void *bc,