summaryrefslogtreecommitdiffstats
path: root/lib/talloc/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/talloc/wscript
parent579f06e0014adf5c1ce3df6add4fb03d53673a3b (diff)
downloadsamba-713900b81297548c44a890c3bca1dde9019af8bc.tar.gz
samba-713900b81297548c44a890c3bca1dde9019af8bc.tar.xz
samba-713900b81297548c44a890c3bca1dde9019af8bc.zip
s4-build: fixed some formatting
indentation was far too deep
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r--lib/talloc/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index 1670ebe48fa..9550ea4cc6d 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -61,8 +61,8 @@ def build(bld):
abi_match='talloc* _talloc*',
hide_symbols=True,
vnum=VERSION,
- is_bundled=not bld.env.standalone_talloc,
- manpages='talloc.3')
+ is_bundled=not bld.env.standalone_talloc,
+ manpages='talloc.3')
# should we also install the symlink to libtalloc1.so here?
bld.SAMBA_LIBRARY('talloc-compat1',
@@ -70,7 +70,7 @@ def build(bld):
deps='talloc',
enabled = bld.env.TALLOC_COMPAT1,
vnum=VERSION,
- is_bundled=not bld.env.standalone_talloc)
+ is_bundled=not bld.env.standalone_talloc)
if not getattr(bld.env, '_SAMBA_BUILD_', 0) == 4:
# s4 already has the talloc testsuite builtin to smbtorture