mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix inconsistent indentation
This commit is contained in:
parent
546cba035c
commit
f103589cc3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user