diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 08:59:06 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:24 +1100 |
commit | 713900b81297548c44a890c3bca1dde9019af8bc (patch) | |
tree | d32a98df67c8709878019af9264d400803ac69e9 /lib/tevent/wscript | |
parent | 579f06e0014adf5c1ce3df6add4fb03d53673a3b (diff) | |
download | samba-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/wscript | 2 |
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' |