From: Hallvard Furuseth Date: Fri, 21 Jan 2011 12:09:47 +0000 (+0000) Subject: ITS#6758 whitespace fix for rev 1.350 X-Git-Tag: MIGRATION_CVS2GIT~183 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a67100a7c1f0a14647762e32bcbb2e0e796fb1a3;p=openldap ITS#6758 whitespace fix for rev 1.350 --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 2a60a2e3b8..4161a0d3b7 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -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 */