diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-02-18 23:17:59 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-18 23:17:59 +0100 |
commit | 580657bc25ac5379e6a5451c1df92b33f9a8f34b (patch) | |
tree | 4fd2f9a2efc5ca453549a09be0f53786e4b6a2fa /buildtools | |
parent | a431f80457892f3c8be8316b68480bb08b5843b4 (diff) | |
download | samba-580657bc25ac5379e6a5451c1df92b33f9a8f34b.tar.gz |
wafsamba: Fix some whitespace issues.
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/samba_deps.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py index 0bd2c6cf67b..d342f0b22f2 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 |