summaryrefslogtreecommitdiff
path: root/lib/tdb/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 08:59:06 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:24 +1100
commit713900b81297548c44a890c3bca1dde9019af8bc (patch)
treed32a98df67c8709878019af9264d400803ac69e9 /lib/tdb/wscript
parent579f06e0014adf5c1ce3df6add4fb03d53673a3b (diff)
downloadsamba-713900b81297548c44a890c3bca1dde9019af8bc.tar.gz
samba-713900b81297548c44a890c3bca1dde9019af8bc.tar.bz2
samba-713900b81297548c44a890c3bca1dde9019af8bc.zip
s4-build: fixed some formatting
indentation was far too deep
Diffstat (limited to 'lib/tdb/wscript')
-rw-r--r--lib/tdb/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index a1cae1f907..340aebd591 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -70,7 +70,8 @@ def build(bld):
abi_file='ABI/tdb-%s.sigs' % VERSION,
abi_match='tdb_*',
hide_symbols=True,
- vnum=VERSION, is_bundled=not bld.env.standalone_tdb)
+ vnum=VERSION,
+ is_bundled=not bld.env.standalone_tdb)
bld.SAMBA_BINARY('tdbtorture',
'tools/tdbtorture.c',