build: fix spacing in the definition of the "idmap_autorid" target
authorMichael Adam <obnox@samba.org>
Sun, 22 Sep 2013 19:11:40 +0000 (21:11 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 08:11:50 +0000 (10:11 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Sep 23 10:11:51 CEST 2013 on sn-devel-104

source3/winbindd/wscript_build

index 250037f63e8024e7fecb631f225804586917ffc8..1c957e5011a99748f8de0b293e9b0a8820a18523 100644 (file)
@@ -106,7 +106,7 @@ bld.SAMBA3_MODULE('idmap_autorid',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_autorid'),
                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_autorid'),
-                  allow_undefined_symbols=True)
+                 allow_undefined_symbols=True)
 
 bld.SAMBA3_LIBRARY('nss_info',
                    source='nss_info.c',