From 4c9af232d2f35e6b3a7148eeec099056ada70380 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 20 Dec 2007 02:46:59 +0000 Subject: [PATCH] Cleanup spaces --- libraries/libldap/result.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) { -- 2.39.5