From: Volker Lendecke Date: Sun, 23 Apr 2017 16:47:05 +0000 (+0200) Subject: lib: Fix whitespace X-Git-Tag: ldb-1.1.30~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b23728ac736238c5e20cdf5fd42140aa0d2c9761;p=thirdparty%2Fsamba.git lib: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/ldap_escape.c b/source3/lib/ldap_escape.c index a731cb98642..f8d4afcec75 100644 --- a/source3/lib/ldap_escape.c +++ b/source3/lib/ldap_escape.c @@ -24,7 +24,7 @@ /** * Escape a parameter to an LDAP filter string, so they cannot contain - * embeded ( ) * or \ chars which may cause it not to parse correctly. + * embeded ( ) * or \ chars which may cause it not to parse correctly. * * @param s The input string *