From: Howard Chu Date: Thu, 20 Dec 2007 02:46:59 +0000 (+0000) Subject: Cleanup spaces X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~289 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c9af232d2f35e6b3a7148eeec099056ada70380;p=openldap Cleanup spaces --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 6cb3a620a0..a2c66a7bd9 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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 ) {