summaryrefslogtreecommitdiffstats
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-08-11 16:02:00 +1000
committerMartin Schwenke <martins@samba.org>2014-08-11 08:33:10 +0200
commit976f4790cfe277a3b674a27856874bddee785de4 (patch)
treeed99fedae0b95800c81db09826620a693be13e9f /ctdb/wscript
parent587befbbb2f624031aeaf5ba734619f7996ba23f (diff)
downloadsamba-976f4790cfe277a3b674a27856874bddee785de4.tar.gz
samba-976f4790cfe277a3b674a27856874bddee785de4.tar.xz
samba-976f4790cfe277a3b674a27856874bddee785de4.zip
ctdb-build: Replace indentation tabs with spaces
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/wscript')
-rwxr-xr-xctdb/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 5014f056e5..398d5ff4dc 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -67,7 +67,7 @@ def configure(conf):
conf.RECURSE('lib/replace')
if conf.CHECK_FOR_THIRD_PARTY():
- conf.RECURSE('third_party/popt')
+ conf.RECURSE('third_party/popt')
else:
if not conf.CHECK_POPT():
raise Utils.WafError('popt development packages have not been found\nIf third_party is installed, check that it is in the proper place.')
@@ -163,7 +163,7 @@ def configure(conf):
def build(bld):
bld.RECURSE('lib/replace')
if bld.CHECK_FOR_THIRD_PARTY():
- bld.RECURSE('third_party/popt')
+ bld.RECURSE('third_party/popt')
bld.RECURSE('lib/talloc')
bld.RECURSE('lib/tevent')