summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-18 23:17:59 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-18 23:17:59 +0100
commit580657bc25ac5379e6a5451c1df92b33f9a8f34b (patch)
tree4fd2f9a2efc5ca453549a09be0f53786e4b6a2fa /buildtools/wafsamba/samba_deps.py
parenta431f80457892f3c8be8316b68480bb08b5843b4 (diff)
downloadsamba-580657bc25ac5379e6a5451c1df92b33f9a8f34b.tar.gz
samba-580657bc25ac5379e6a5451c1df92b33f9a8f34b.tar.bz2
samba-580657bc25ac5379e6a5451c1df92b33f9a8f34b.zip
wafsamba: Fix some whitespace issues.
Diffstat (limited to 'buildtools/wafsamba/samba_deps.py')
-rw-r--r--buildtools/wafsamba/samba_deps.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py
index 0bd2c6cf67..d342f0b22f 100644
--- a/buildtools/wafsamba/samba_deps.py
+++ b/buildtools/wafsamba/samba_deps.py
@@ -190,8 +190,6 @@ def build_includes(self):
self.sname, self.includes)
-
-
def add_init_functions(self):
'''This builds the right set of init functions'''
@@ -250,7 +248,6 @@ def add_init_functions(self):
self.ccflags = cflags
-
def check_duplicate_sources(bld, tgt_list):
'''see if we are compiling the same source file more than once
without an allow_duplicates attribute'''
@@ -297,7 +294,7 @@ def check_duplicate_sources(bld, tgt_list):
for tname in subsystems[s]:
if len(subsystems[s][tname]) > 1:
raise Utils.WafError("ERROR: source %s is in more than one subsystem of target '%s': %s" % (s, tname, subsystems[s][tname]))
-
+
return ret