summaryrefslogtreecommitdiff
path: root/auth/credentials
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 /auth/credentials
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 'auth/credentials')
-rw-r--r--auth/credentials/wscript_build10
1 files changed, 5 insertions, 5 deletions
diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build
index 73e8e67947a..aaef541f57a 100644
--- a/auth/credentials/wscript_build
+++ b/auth/credentials/wscript_build
@@ -28,8 +28,8 @@ for env in bld.gen_python_environments():
pytalloc_util = bld.pyembed_libname('pytalloc-util')
pyparam_util = bld.pyembed_libname('pyparam_util')
- bld.SAMBA_PYTHON('pycredentials',
- source='pycredentials.c',
- public_deps='samba-credentials cmdline-credentials %s %s CREDENTIALS_KRB5 CREDENTIALS_SECRETS' % (pytalloc_util, pyparam_util),
- realname='samba/credentials.so'
- )
+ bld.SAMBA_PYTHON('pycredentials',
+ source='pycredentials.c',
+ public_deps='samba-credentials cmdline-credentials %s %s CREDENTIALS_KRB5 CREDENTIALS_SECRETS' % (pytalloc_util, pyparam_util),
+ realname='samba/credentials.so'
+ )