build: fix spacing in definition of "idmap_ldap" module
authorMichael Adam <obnox@samba.org>
Sun, 22 Sep 2013 23:55:09 +0000 (01:55 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 18:20:44 +0000 (20:20 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/winbindd/wscript_build

index 1c957e5011a99748f8de0b293e9b0a8820a18523..b318bec608bf10af3e85d78de8f92a0100a03b2f 100644 (file)
@@ -64,7 +64,7 @@ bld.SAMBA3_MODULE('idmap_ldap',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ldap'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ldap') and bld.CONFIG_SET("HAVE_LDAP"),
-                  allow_undefined_symbols=True)
+                 allow_undefined_symbols=True)
 
 bld.SAMBA3_MODULE('idmap_nss',
                  subsystem='idmap',