From 976f4790cfe277a3b674a27856874bddee785de4 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 11 Aug 2014 16:02:00 +1000 Subject: ctdb-build: Replace indentation tabs with spaces Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ctdb/wscript') 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') -- cgit