mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
ITS#6758 whitespace fix for rev 1.350
This commit is contained in:
parent
ecc19f03a0
commit
a67100a7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ void rs_assert_(const char*file, unsigned line, const char*fn, const char*cond)
|
|||
|
||||
errno = save_errno;
|
||||
/* $NO_RS_ASSERT > 0: ignore rs_asserts, 0: abort, < 0: just warn */
|
||||
if ( !no_assert /* from $NO_RS_ASSERT */ ) abort();
|
||||
if ( !no_assert /* from $NO_RS_ASSERT */ ) abort();
|
||||
}
|
||||
|
||||
/* SlapReply is consistent */
|
||||
|
|
|
|||
Loading…
Reference in a new issue