mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#6758 whitespace fix for rev 1.350
This commit is contained in:
parent
ecc19f03a0
commit
a67100a7c1
@ -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 New Issue
Block a user