From: Michael Adam Date: Tue, 30 Oct 2012 13:41:04 +0000 (+0100) Subject: build(waf): fix a tab indentation to spaces X-Git-Tag: ldb-1.1.14~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8e71d4b602e5e1cca9f8701df93328718d8a6eb;p=thirdparty%2Fsamba.git build(waf): fix a tab indentation to spaces Signed-off-by: Michael Adam --- diff --git a/source3/wscript b/source3/wscript index cc940537ea6..9db03ec6e39 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1302,7 +1302,7 @@ main() { else: includes = '' - if not conf.env.USING_SYSTEM_TDB: + if not conf.env.USING_SYSTEM_TDB: includes = includes + ' ' + srcdir + '/lib/tdb/include' have_cluster_support = True