fix inconsistent indentation

This commit is contained in:
Pierangelo Masarati 2005-05-21 14:52:19 +00:00
parent 546cba035c
commit f103589cc3

View File

@ -288,8 +288,9 @@ wait4msg(
}
#endif /* LDAP_DEBUG */
if( (*result = chkResponseList(ld, msgid, all)) != NULL ) {
if ( (*result = chkResponseList(ld, msgid, all)) != NULL ) {
rc = (*result)->lm_msgtype;
} else {
int lc_ready = 0;