s4-build: fixed some formatting
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Oct 2010 21:59:06 +0000 (08:59 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:24 +0000 (19:03 +1100)
indentation was far too deep

lib/talloc/wscript
lib/tdb/wscript
lib/tevent/wscript

index 1670ebe48fa3d915b0049804b59534349b273e39..9550ea4cc6d83710d20766b65b64e267e5b8e716 100644 (file)
@@ -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
index a1cae1f907a997451694e7bc8f344cb4532ec563..340aebd59156a151de7622b25b4b169624c057cb 100644 (file)
@@ -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',
index f6d60bdcc0cda1d4eb00425dcc1a377fc4abb741..677ab8c75ac2f0c8983d90a7814e98029e1cc90e 100644 (file)
@@ -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'