diff options
author | Michael Adam <obnox@samba.org> | 2012-07-11 15:54:29 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-11 19:37:12 +0200 |
commit | 149cae84285b0e7076deaf993d381317fb2eadf5 (patch) | |
tree | bd4c7b75b941be9895c4cbfc5b8f086ab3e41f21 /source3/wscript | |
parent | 5231d70fe506d345152b12c4ed704b1de814891f (diff) | |
download | samba-149cae84285b0e7076deaf993d381317fb2eadf5.tar.gz samba-149cae84285b0e7076deaf993d381317fb2eadf5.tar.bz2 samba-149cae84285b0e7076deaf993d381317fb2eadf5.zip |
build: fix some indentation (tabs/vs spaces) in source3/wscript
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Jul 11 19:37:12 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index f28cad128b..bd6ddcf421 100755 --- a/source3/wscript +++ b/source3/wscript @@ -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" |