From f103589cc3dbe3f1e2bb6a7520490026854265ea Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 21 May 2005 14:52:19 +0000 Subject: [PATCH] fix inconsistent indentation --- libraries/libldap/result.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 851080512b..b8ed64d48f 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -288,9 +288,10 @@ wait4msg( } #endif /* LDAP_DEBUG */ - if( (*result = chkResponseList(ld, msgid, all)) != NULL ) { - rc = (*result)->lm_msgtype; - } else { + if ( (*result = chkResponseList(ld, msgid, all)) != NULL ) { + rc = (*result)->lm_msgtype; + + } else { int lc_ready = 0; for ( lc = ld->ld_conns; lc != NULL; lc = nextlc ) { @@ -300,11 +301,11 @@ wait4msg( rc = try_read1msg( ld, msgid, all, lc->lconn_sb, &lc, result ); lc_ready = 1; - break; + break; } - } + } - if ( !lc_ready ) { + if ( !lc_ready ) { rc = ldap_int_select( ld, tvp ); #ifdef LDAP_DEBUG if ( rc == -1 ) { -- 2.39.5