lib: Fix whitespace
authorVolker Lendecke <vl@samba.org>
Sun, 23 Apr 2017 16:47:05 +0000 (18:47 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 3 May 2017 13:58:23 +0000 (15:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/ldap_escape.c

index a731cb986421d440913282f53be01d1ece1a5209..f8d4afcec75efdd25178607f344c21bd96058546 100644 (file)
@@ -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
  *