]> git.sur5r.net Git - openldap/commitdiff
Cleanup spaces
authorHoward Chu <hyc@openldap.org>
Thu, 20 Dec 2007 02:46:59 +0000 (02:46 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 20 Dec 2007 02:46:59 +0000 (02:46 +0000)
libraries/libldap/result.c

index 6cb3a620a0cae448561c2605f3caf666d1a2a8ca..a2c66a7bd95f5aa4716eb535d54f88e41a47a28c 100644 (file)
@@ -322,7 +322,7 @@ wait4msg(
                }
 #endif /* LDAP_DEBUG */
 
-               if ( ( *result = chkResponseList( ld, msgid, all ) ) != NULL ) {
+               if ( ( *result = chkResponseList( ld, msgid, all ) ) != NULL ) {
                        rc = (*result)->lm_msgtype;
 
                } else {
@@ -350,7 +350,7 @@ wait4msg(
                        ldap_pvt_thread_mutex_unlock( &ld->ld_conn_mutex );
 #endif
 
-                       if ( !lc_ready ) {
+                       if ( !lc_ready ) {
                                rc = ldap_int_select( ld, tvp );
 #ifdef LDAP_DEBUG
                                if ( rc == -1 ) {