mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Cleanup spaces
This commit is contained in:
parent
8ddc2dd773
commit
4c9af232d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue