]> git.sur5r.net Git - openldap/commitdiff
ITS#6758 whitespace fix for rev 1.350
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 21 Jan 2011 12:09:47 +0000 (12:09 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 21 Jan 2011 12:09:47 +0000 (12:09 +0000)
servers/slapd/result.c

index 2a60a2e3b83084576c108c16862cc580db98e140..4161a0d3b7c5edb971281503441493440137d82b 100644 (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 */