summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-07-27 14:26:35 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-27 01:54:27 +0200
commite8fec94827c933041acd5b447eeeefd0b7b507ef (patch)
tree9cc2387a033f07eb455d2b80fdab7a817a9d1a8e /source4/auth
parentcddd54e8654c94dedd57c08af1987ce03212ce20 (diff)
downloadsamba-e8fec94827c933041acd5b447eeeefd0b7b507ef.tar.gz
PY3: fix "TabError: inconsistent use of tabs and spaces"
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index d3452d2ca92..7d67c3dce5e 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -54,8 +54,8 @@ for env in bld.gen_python_environments():
pyparam_util = bld.pyembed_libname('pyparam_util')
pyldb_util = bld.pyembed_libname('pyldb-util')
pycredentials = 'pycredentials'
- if bld.env['IS_EXTRA_PYTHON']:
- pycredentials = 'extra-' + pycredentials
+ if bld.env['IS_EXTRA_PYTHON']:
+ pycredentials = 'extra-' + pycredentials
bld.SAMBA_PYTHON('pyauth',
source='pyauth.c',
public_deps='auth_system_session',