From: Pierangelo Masarati Date: Sat, 21 May 2005 14:52:19 +0000 (+0000) Subject: fix inconsistent indentation X-Git-Tag: OPENLDAP_AC_BP~621 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f103589cc3dbe3f1e2bb6a7520490026854265ea;p=openldap fix inconsistent indentation --- 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 ) {