build: fix some indentation (tabs/vs spaces) in source3/wscript
authorMichael Adam <obnox@samba.org>
Wed, 11 Jul 2012 13:54:29 +0000 (15:54 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 11 Jul 2012 17:37:12 +0000 (19:37 +0200)
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Jul 11 19:37:12 CEST 2012 on sn-devel-104

source3/wscript

index f28cad128bb0e3692945edb44449ac477234f29b..bd6ddcf42144422d4dc385373bdb525c604abe8f 100755 (executable)
@@ -775,7 +775,7 @@ syscall(SYS_setgroups32, 0, NULL);
             msg="Checking whether Linux should use 32-bit credential calls");
 
         if (conf.CONFIG_SET('USE_LINUX_32BIT_SYSCALLS')):
-               seteuid = conf.CHECK_CODE('''
+            seteuid = conf.CHECK_CODE('''
                                 #define AUTOCONF_TEST 1
                                 #define USE_LINUX_THREAD_CREDENTIALS 1
                                 #define USE_LINUX_32BIT_SYSCALLS 1
@@ -787,7 +787,7 @@ syscall(SYS_setgroups32, 0, NULL);
                                 execute=True,
                                 msg="Checking whether we can use Linux thread-specific credentials with 32-bit system calls")
         else:
-               seteuid = conf.CHECK_CODE('''
+            seteuid = conf.CHECK_CODE('''
                                 #define AUTOCONF_TEST 1
                                 #define USE_LINUX_THREAD_CREDENTIALS 1
                                 #include "../lib/util/setid.c"