ITS#6758 whitespace fix for rev 1.350

This commit is contained in:
Hallvard Furuseth 2011-01-21 12:09:47 +00:00
parent ecc19f03a0
commit a67100a7c1

View File

@ -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 */