1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

build(waf): fix a tab indentation to spaces

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Michael Adam 2012-10-30 14:41:04 +01:00 committed by Volker Lendecke
parent 3ecbe8c83a
commit f8e71d4b60

View File

@ -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