summaryrefslogtreecommitdiff
path: root/lib/tevent/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/tevent/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/tevent/wscript')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index f6d60bdcc0..677ab8c75a 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -74,7 +74,7 @@ def build(bld):
abi_file='ABI/tevent-%s.sigs' % VERSION,
abi_match='tevent_* _tevent_*',
vnum=VERSION,
- is_bundled=not bld.env.standalone_tevent)
+ is_bundled=not bld.env.standalone_tevent)
if bld.env.standalone_tevent:
bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'