From 713900b81297548c44a890c3bca1dde9019af8bc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 08:59:06 +1100 Subject: s4-build: fixed some formatting indentation was far too deep --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/wscript') 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' -- cgit