[PATCH 1/2] Remove tabs in python file, unnecessary 'pass'.

Jelmer Vernooij jelmer at samba.org
Sun Nov 16 10:27:48 MST 2014


Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
---
 wscript | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/wscript b/wscript
index 37a1f10..872177e 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.2.0.rc0.207.ga3a616c



More information about the samba-technical mailing list