From 1ef2f39c95ca3ceb45a88343e1375f10c3dfdc29 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Nov 2014 14:43:29 +0000 Subject: [PATCH] Remove tabs in python file, unnecessary 'pass'. Signed-Off-By: Jelmer Vernooij --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wscript b/wscript index 37a1f10a5f2..872177e20b9 100644 --- a/wscript +++ b/wscript @@ -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): -- 2.34.1