diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-11-16 14:43:29 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-11-19 18:30:06 +0100 |
commit | 1ef2f39c95ca3ceb45a88343e1375f10c3dfdc29 (patch) | |
tree | 75653a6181e103bc40df6fae195935099b3bb39d | |
parent | 082f88709a7f11284881ac35dc07f38bf6e2147c (diff) | |
download | samba-1ef2f39c95ca3ceb45a88343e1375f10c3dfdc29.tar.gz |
Remove tabs in python file, unnecessary 'pass'.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
-rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -202,7 +202,7 @@ def configure(conf): need_pie = False if conf.check_cc(cflags='-fPIE', ldflags='-pie', mandatory=need_pie, msg="Checking compiler for PIE support"): - conf.env['ENABLE_PIE'] = True + conf.env['ENABLE_PIE'] = True if Options.options.enable_relro != False: if Options.options.enable_relro == True: @@ -255,7 +255,6 @@ def ctags(ctx): def build(bld): '''build all targets''' samba_version.load_version(env=bld.env, is_install=bld.is_install) - pass def pydoctor(ctx): |