Get rid of indentation tabs in the test scripts and have runtest.py invoke them with...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 14 Oct 2005 16:23:52 +0000 (16:23 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 14 Oct 2005 16:23:52 +0000 (16:23 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@1373 fdb21ef1-2011-0410-befe-b5e4ea1792b1

150 files changed:
etc/TestSCons.py
runtest.py
src/engine/SCons/ActionTests.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/ErrorsTests.py
src/engine/SCons/Scanner/IDLTests.py
src/engine/SCons/Sig/MD5Tests.py
src/engine/SCons/Sig/TimeStampTests.py
src/engine/SCons/Tool/JavaCommonTests.py
src/engine/SCons/Tool/msvsTests.py
src/engine/SCons/WarningsTests.py
src/test_setup.py
test/AR/AR.py
test/AR/ARFLAGS.py
test/AS/AS.py
test/BuildDir/BuildDir.py
test/BuildDir/removed-files.py
test/CC/CC.py
test/CC/CCFLAGS.py
test/CC/SHCC.py
test/CC/SHCCFLAGS.py
test/CFILESUFFIX.py
test/CPPDEFINES.py
test/CPPFLAGS.py
test/CPPPATH.py
test/CXX/CXX.py
test/CXX/CXXFILESUFFIX.py
test/CXX/SHCXX.py
test/CXX/SHCXXFLAGS.py
test/Default.py
test/Fortran/F77.py
test/Fortran/F77COM.py
test/Fortran/F77FLAGS.py
test/Fortran/F90.py
test/Fortran/F90COM.py
test/Fortran/F90FLAGS.py
test/Fortran/F95.py
test/Fortran/F95COM.py
test/Fortran/F95FLAGS.py
test/Fortran/FORTRAN.py
test/Fortran/FORTRANCOM.py
test/Fortran/FORTRANFLAGS.py
test/Fortran/SHF77.py
test/Fortran/SHF77COM.py
test/Fortran/SHF77FLAGS.py
test/Fortran/SHF90.py
test/Fortran/SHF90COM.py
test/Fortran/SHF90FLAGS.py
test/Fortran/SHF95.py
test/Fortran/SHF95COM.py
test/Fortran/SHF95FLAGS.py
test/Fortran/SHFORTRAN.py
test/Fortran/SHFORTRANCOM.py
test/Fortran/SHFORTRANFLAGS.py
test/IDL/midl.py
test/LEX/LEX.py
test/LEX/LEXFLAGS.py
test/LIBPATH.py
test/LIBPREFIX.py
test/LIBPREFIXES.py
test/LIBSUFFIX.py
test/LIBSUFFIXES.py
test/LINK/LINK.py
test/LINK/LINKFLAGS.py
test/LINK/SHLINK.py
test/LINK/SHLINKFLAGS.py
test/Library.py
test/LoadableModule.py
test/MSVS/vs-7.0-files.py
test/MSVS/vs-7.1-files.py
test/NodeOps.py
test/Object.py
test/Perforce/Perforce.py
test/PharLap.py
test/Program.py
test/RANLIB.py
test/RANLIBFLAGS.py
test/Repository/CPPPATH.py
test/Repository/LIBPATH.py
test/Repository/Program.py
test/Repository/StaticLibrary.py
test/Repository/absolute-path.py
test/Repository/include.py
test/Repository/link-object.py
test/Repository/multi-dir.py
test/Repository/no-repository.py
test/Repository/signature-order.py
test/Repository/top-level-path.py
test/Repository/variants.py
test/Repository/within-repository.py
test/SHLIBPREFIX.py
test/SHLIBSUFFIX.py
test/SWIG/SWIG.py
test/SharedLibrary.py
test/TAR/TAR.py
test/TAR/TARFLAGS.py
test/TEX/LATEX.py
test/TEX/LATEXFLAGS.py
test/TEX/PDFLATEX.py
test/TEX/PDFLATEXFLAGS.py
test/TEX/PDFTEX.py
test/TEX/PDFTEXFLAGS.py
test/TEX/TEX.py
test/TEX/TEXFLAGS.py
test/WhereIs.py
test/YACC/YACC.py
test/YACC/YACCFLAGS.py
test/ZIP/ZIP.py
test/build-errors.py
test/errors.py
test/expansion.py
test/file-names.py
test/long-lines.py
test/multi.py
test/option--C.py
test/option--I.py
test/option--R.py
test/option--S.py
test/option--W.py
test/option--cs.py
test/option--debug.py
test/option--implicit-cache.py
test/option--la.py
test/option--ld.py
test/option--lw.py
test/option--npd.py
test/option--override.py
test/option--warn.py
test/option--wf.py
test/option--wuv.py
test/option-b.py
test/option-d.py
test/option-e.py
test/option-l.py
test/option-m.py
test/option-o.py
test/option-p.py
test/option-r.py
test/option-t.py
test/option-w.py
test/option/debug-dtree.py
test/option/debug-includes.py
test/option/debug-stree.py
test/option/debug-tree.py
test/same-name.py
test/scan-once.py
test/sconsign/script.py
test/signature-order.py
test/strfunction.py

index 5dce7681ae84746cf7b96513cef0fdb8497800e1..901c762f75fb67725ab41148491f9471766a56be 100644 (file)
@@ -106,37 +106,37 @@ class TestSCons(TestCommon):
     """
 
     def __init__(self, **kw):
-       """Initialize an SCons testing object.
+        """Initialize an SCons testing object.
 
-       If they're not overridden by keyword arguments, this
-       initializes the object with the following default values:
+        If they're not overridden by keyword arguments, this
+        initializes the object with the following default values:
 
-               program = 'scons' if it exists,
-                         else 'scons.py'
-               interpreter = 'python'
-               match = match_exact
-               workdir = ''
+                program = 'scons' if it exists,
+                          else 'scons.py'
+                interpreter = 'python'
+                match = match_exact
+                workdir = ''
 
         The workdir value means that, by default, a temporary workspace
         directory is created for a TestSCons environment.  In addition,
-       this method changes directory (chdir) to the workspace directory,
-       so an explicit "chdir = '.'" on all of the run() method calls
-       is not necessary.
-       """
-       if not kw.has_key('program'):
+        this method changes directory (chdir) to the workspace directory,
+        so an explicit "chdir = '.'" on all of the run() method calls
+        is not necessary.
+        """
+        if not kw.has_key('program'):
             kw['program'] = os.environ.get('SCONS')
             if not kw['program']:
                 if os.path.exists('scons'):
                     kw['program'] = 'scons'
                 else:
                     kw['program'] = 'scons.py'
-       if not kw.has_key('interpreter') and not os.environ.get('SCONS_EXEC'):
-           kw['interpreter'] = [python, '-tt']
-       if not kw.has_key('match'):
-           kw['match'] = match_exact
-       if not kw.has_key('workdir'):
-           kw['workdir'] = ''
-       apply(TestCommon.__init__, [self], kw)
+        if not kw.has_key('interpreter') and not os.environ.get('SCONS_EXEC'):
+            kw['interpreter'] = [python, '-tt']
+        if not kw.has_key('match'):
+            kw['match'] = match_exact
+        if not kw.has_key('workdir'):
+            kw['workdir'] = ''
+        apply(TestCommon.__init__, [self], kw)
 
     def Environment(self, ENV=None, *args, **kw):
         """
@@ -482,8 +482,8 @@ print "self._msvs_versions =", str(env['MSVS']['VERSIONS'])
         else:
             workpath = self.workpath()
 
-       if not sconscript:
-           sconscript = self.workpath('SConstruct')
+        if not sconscript:
+            sconscript = self.workpath('SConstruct')
 
         exec_script_main = "from os.path import join; import sys; sys.path = [ join(sys.prefix, 'Lib', 'site-packages', 'scons-%s'), join(sys.prefix, 'scons-%s'), join(sys.prefix, 'Lib', 'site-packages', 'scons'), join(sys.prefix, 'scons') ] + sys.path; import SCons.Script; SCons.Script.main()" % (self._scons_version, self._scons_version)
         exec_script_main_xml = string.replace(exec_script_main, "'", "&apos;")
index be94a3563aa41584dd06defe848a923d3a76dbd8..964b4410f0ce7b9e9ed3957f54fec30eb1bf32d3 100644 (file)
@@ -495,7 +495,7 @@ class Unbuffered:
 sys.stdout = Unbuffered(sys.stdout)
 
 for t in tests:
-    t.command_args = [python]
+    t.command_args = [python, '-tt']
     if debug:
         t.command_args.append(debug)
     t.command_args.append(t.abspath)
index ff23cd77b6497881a9e69171bebde613cbffc7c6..011cc0df88522e44b4e2aea34eec91f2c8a80bec 100644 (file)
@@ -540,7 +540,7 @@ class _ActionActionTestCase(unittest.TestCase):
 
             def exitstatfunc(stat, result=exitstatfunc_result):
                 result.append(stat)
-               return stat
+                return stat
 
             result = a("out", "in", env, exitstatfunc=exitstatfunc)
             assert result == 0, result
@@ -840,37 +840,37 @@ class CommandActionTestCase(unittest.TestCase):
         s = act4.strfunction([t1], [s1], env)
         assert s is None, s
 
-       act = SCons.Action.CommandAction("@foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "", s
+        act = SCons.Action.CommandAction("@foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "", s
 
-       act = SCons.Action.CommandAction("@-foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "", s
+        act = SCons.Action.CommandAction("@-foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "", s
 
-       act = SCons.Action.CommandAction("-@foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "", s
+        act = SCons.Action.CommandAction("-@foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "", s
 
-       act = SCons.Action.CommandAction("-foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "foo bar", s
+        act = SCons.Action.CommandAction("-foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "foo bar", s
 
-       act = SCons.Action.CommandAction("@ foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "", s
+        act = SCons.Action.CommandAction("@ foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "", s
 
-       act = SCons.Action.CommandAction("@- foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "", s
+        act = SCons.Action.CommandAction("@- foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "", s
 
-       act = SCons.Action.CommandAction("-@ foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "", s
+        act = SCons.Action.CommandAction("-@ foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "", s
 
-       act = SCons.Action.CommandAction("- foo bar")
-       s = act.strfunction([], [], env)
-       assert s == "foo bar", s
+        act = SCons.Action.CommandAction("- foo bar")
+        s = act.strfunction([], [], env)
+        assert s == "foo bar", s
 
     def test_execute(self):
         """Test execution of command Actions
@@ -994,33 +994,33 @@ class CommandActionTestCase(unittest.TestCase):
         r = act([], [], env.Copy(out = outfile))
         assert r == expect_nonexecutable, "r == %d" % r
 
-       act = SCons.Action.CommandAction('%s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 1, r
+        act = SCons.Action.CommandAction('%s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 1, r
 
-       act = SCons.Action.CommandAction('@%s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 1, r
+        act = SCons.Action.CommandAction('@%s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 1, r
 
-       act = SCons.Action.CommandAction('@-%s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 0, r
+        act = SCons.Action.CommandAction('@-%s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 0, r
 
-       act = SCons.Action.CommandAction('-%s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 0, r
+        act = SCons.Action.CommandAction('-%s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 0, r
 
-       act = SCons.Action.CommandAction('@ %s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 1, r
+        act = SCons.Action.CommandAction('@ %s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 1, r
 
-       act = SCons.Action.CommandAction('@- %s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 0, r
+        act = SCons.Action.CommandAction('@- %s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 0, r
 
-       act = SCons.Action.CommandAction('- %s %s 1' % (python, exit_py))
-       r = act([], [], env)
-       assert r == 0, r
+        act = SCons.Action.CommandAction('- %s %s 1' % (python, exit_py))
+        r = act([], [], env)
+        assert r == 0, r
 
     def _DO_NOT_EXECUTE_test_pipe_execute(self):
         """Test capturing piped output from an action
index 3c98e278557d547425eafd40d4147c03db80edab..233336c731d2215ca2f04ccdcc15b0678d1b0e26 100644 (file)
@@ -778,20 +778,20 @@ class BuilderTestCase(unittest.TestCase):
 
         tgt = builder2(env, target='baz',
                        source=['test.bar', 'test2.foo', 'test3.txt'])[0]
-       s = str(tgt)
-       assert s == 'baz', s
-       s = map(str, tgt.sources)
-       assert s == ['test.foo', 'test2.foo', 'test3.txt'], s
-       s = map(str, tgt.sources[0].sources)
-       assert s == ['test.bar'], s
+        s = str(tgt)
+        assert s == 'baz', s
+        s = map(str, tgt.sources)
+        assert s == ['test.foo', 'test2.foo', 'test3.txt'], s
+        s = map(str, tgt.sources[0].sources)
+        assert s == ['test.bar'], s
 
         tgt = builder2(env, None, 'aaa.bar')[0]
-       s = str(tgt)
-       assert s == 'aaa', s
-       s = map(str, tgt.sources)
-       assert s == ['aaa.foo'], s
-       s = map(str, tgt.sources[0].sources)
-       assert s == ['aaa.bar'], s
+        s = str(tgt)
+        assert s == 'aaa', s
+        s = map(str, tgt.sources)
+        assert s == ['aaa.foo'], s
+        s = map(str, tgt.sources[0].sources)
+        assert s == ['aaa.bar'], s
 
         builder3 = SCons.Builder.MultiStepBuilder(action = 'foo',
                                                   src_builder = 'xyzzy',
@@ -810,14 +810,14 @@ class BuilderTestCase(unittest.TestCase):
                                                   suffix='.exe',
                                                   src_suffix='.obj')
         tgt = builder6(env, 'test', 'test.i')[0]
-       s = str(tgt)
+        s = str(tgt)
         assert s == 'test.exe', s
-       s = map(str, tgt.sources)
-       assert s == ['test_wrap.obj'], s
-       s = map(str, tgt.sources[0].sources)
-       assert s == ['test_wrap.c'], s
-       s = map(str, tgt.sources[0].sources[0].sources)
-       assert s == ['test.i'], s
+        s = map(str, tgt.sources)
+        assert s == ['test_wrap.obj'], s
+        s = map(str, tgt.sources[0].sources)
+        assert s == ['test_wrap.c'], s
+        s = map(str, tgt.sources[0].sources[0].sources)
+        assert s == ['test.i'], s
         
     def test_CompositeBuilder(self):
         """Testing CompositeBuilder class."""
index 4b222b87349a781f4ce1c74c243b0b7fa1c1bffc..caf8b4a28b05500c0e760f62e2497418ac4d758c 100644 (file)
@@ -38,7 +38,7 @@ def diff_env(env1, env2):
     s2 = "env2 = {\n"
     d = {}
     for k in env1._dict.keys() + env2._dict.keys():
-       d[k] = None
+        d[k] = None
     keys = d.keys()
     keys.sort()
     for k in keys:
@@ -60,7 +60,7 @@ def diff_dict(d1, d2):
     s2 = "d2 = {\n"
     d = {}
     for k in d1.keys() + d2.keys():
-       d[k] = None
+        d[k] = None
     keys = d.keys()
     keys.sort()
     for k in keys:
@@ -627,27 +627,27 @@ class BaseTestCase(unittest.TestCase):
 
 
     def test_Builder_execs(self):
-       """Test Builder execution through different environments
+        """Test Builder execution through different environments
 
-       One environment is initialized with a single
-       Builder object, one with a list of a single Builder
-       object, and one with a list of two Builder objects.
-       """
-       global built_it
+        One environment is initialized with a single
+        Builder object, one with a list of a single Builder
+        object, and one with a list of two Builder objects.
+        """
+        global built_it
 
-       b1 = Builder()
-       b2 = Builder()
+        b1 = Builder()
+        b2 = Builder()
 
-       built_it = {}
+        built_it = {}
         env3 = Environment()
         env3.Replace(BUILDERS = { 'builder1' : b1,
                                   'builder2' : b2 })
-       env3.builder1.execute(target = 'out1')
-       env3.builder2.execute(target = 'out2')
-       env3.builder1.execute(target = 'out3')
-       assert built_it['out1']
-       assert built_it['out2']
-       assert built_it['out3']
+        env3.builder1.execute(target = 'out1')
+        env3.builder2.execute(target = 'out2')
+        env3.builder1.execute(target = 'out3')
+        assert built_it['out1']
+        assert built_it['out2']
+        assert built_it['out3']
 
         env4 = env3.Copy()
         assert env4.builder1.env is env4, "builder1.env (%s) == env3 (%s)?" % (env4.builder1.env, env3)
@@ -747,13 +747,13 @@ class BaseTestCase(unittest.TestCase):
         assert s == [s1, s1, None, s3, s3], s
 
     def test_ENV(self):
-       """Test setting the external ENV in Environments
-       """
-       env = Environment()
-       assert env.Dictionary().has_key('ENV')
+        """Test setting the external ENV in Environments
+        """
+        env = Environment()
+        assert env.Dictionary().has_key('ENV')
 
-       env = Environment(ENV = { 'PATH' : '/foo:/bar' })
-       assert env.Dictionary('ENV')['PATH'] == '/foo:/bar'
+        env = Environment(ENV = { 'PATH' : '/foo:/bar' })
+        assert env.Dictionary('ENV')['PATH'] == '/foo:/bar'
 
     def test_ReservedVariables(self):
         """Test generation of warnings when reserved variable names
@@ -1383,28 +1383,28 @@ def generate(env):
         assert x is None, x
 
     def test_Dictionary(self):
-       """Test retrieval of known construction variables
-
-       Fetch them from the Dictionary and check for well-known
-       defaults that get inserted.
-       """
-       env = Environment(XXX = 'x', YYY = 'y', ZZZ = 'z')
-       assert env.Dictionary('XXX') == 'x'
-       assert env.Dictionary('YYY') == 'y'
-       assert env.Dictionary('XXX', 'ZZZ') == ['x', 'z']
-       xxx, zzz = env.Dictionary('XXX', 'ZZZ')
-       assert xxx == 'x'
-       assert zzz == 'z'
-       assert env.Dictionary().has_key('BUILDERS')
-       assert env.Dictionary().has_key('CC')
-       assert env.Dictionary().has_key('CCFLAGS')
-       assert env.Dictionary().has_key('ENV')
-
-       assert env['XXX'] == 'x'
-       env['XXX'] = 'foo'
-       assert env.Dictionary('XXX') == 'foo'
-       del env['XXX']
-       assert not env.Dictionary().has_key('XXX')
+        """Test retrieval of known construction variables
+
+        Fetch them from the Dictionary and check for well-known
+        defaults that get inserted.
+        """
+        env = Environment(XXX = 'x', YYY = 'y', ZZZ = 'z')
+        assert env.Dictionary('XXX') == 'x'
+        assert env.Dictionary('YYY') == 'y'
+        assert env.Dictionary('XXX', 'ZZZ') == ['x', 'z']
+        xxx, zzz = env.Dictionary('XXX', 'ZZZ')
+        assert xxx == 'x'
+        assert zzz == 'z'
+        assert env.Dictionary().has_key('BUILDERS')
+        assert env.Dictionary().has_key('CC')
+        assert env.Dictionary().has_key('CCFLAGS')
+        assert env.Dictionary().has_key('ENV')
+
+        assert env['XXX'] == 'x'
+        env['XXX'] = 'foo'
+        assert env.Dictionary('XXX') == 'foo'
+        del env['XXX']
+        assert not env.Dictionary().has_key('XXX')
 
     def test_FindIxes(self):
         "Test FindIxes()"
@@ -2381,7 +2381,7 @@ def generate(env):
         assert i.path == 'dir2'
 
     def test_Install(self):
-       """Test the Install method"""
+        """Test the Install method"""
         env = Environment(FOO='iii', BAR='jjj')
 
         tgt = env.Install('export', [ 'build/foo1', 'build/foo2' ])
@@ -2428,7 +2428,7 @@ def generate(env):
         assert match, e
 
     def test_InstallAs(self):
-       """Test the InstallAs method"""
+        """Test the InstallAs method"""
         env = Environment(FOO='iii', BAR='jjj')
 
         tgt = env.InstallAs(target=string.split('foo1 foo2'),
index b0b50d416d91f7484eb08380168a80e84ecc4f48..c63d988110d7573f17dfd71cbe577d5130fd6909 100644 (file)
@@ -38,21 +38,21 @@ class ErrorsTestCase(unittest.TestCase):
             assert e.errstr == "foo"
 
     def test_InternalError(self):
-       """Test the InternalError exception."""
+        """Test the InternalError exception."""
         try:
             raise SCons.Errors.InternalError, "test internal error"
         except SCons.Errors.InternalError, e:
             assert e.args == ("test internal error",)
 
     def test_UserError(self):
-       """Test the UserError exception."""
+        """Test the UserError exception."""
         try:
             raise SCons.Errors.UserError, "test user error"
         except SCons.Errors.UserError, e:
             assert e.args == ("test user error",)
 
     def test_ExplicitExit(self):
-       """Test the ExplicitExit exception."""
+        """Test the ExplicitExit exception."""
         try:
             raise SCons.Errors.ExplicitExit, "node"
         except SCons.Errors.ExplicitExit, e:
@@ -61,4 +61,4 @@ class ErrorsTestCase(unittest.TestCase):
 if __name__ == "__main__":
     suite = unittest.makeSuite(ErrorsTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
index 5f2bb1fd3acdbfde5300366a05c63fa385627a44..153951db7bada7f34ea456d8c1790fe995b246e5 100644 (file)
@@ -44,11 +44,11 @@ test.write('t1.idl','''
 import "f3.idl";
 
 [
-       object,
-       uuid(22995106-CE26-4561-AF1B-C71C6934B840),
-       dual,
-       helpstring("IBarObject Interface"),
-       pointer_default(unique)
+        object,
+        uuid(22995106-CE26-4561-AF1B-C71C6934B840),
+        dual,
+        helpstring("IBarObject Interface"),
+        pointer_default(unique)
 ]
 interface IBarObject : IDispatch
 {
@@ -62,11 +62,11 @@ test.write('t2.idl',"""
 import <f3.idl>;
 
 [
-       object,
-       uuid(22995106-CE26-4561-AF1B-C71C6934B840),
-       dual,
-       helpstring(\"IBarObject Interface\"),
-       pointer_default(unique)
+        object,
+        uuid(22995106-CE26-4561-AF1B-C71C6934B840),
+        dual,
+        helpstring(\"IBarObject Interface\"),
+        pointer_default(unique)
 ]
 interface IBarObject : IDispatch
 {
@@ -93,11 +93,11 @@ include \t \"never.idl\"
 const char* x = \"#include <never.idl>\"
 
 [
-       object,
-       uuid(22995106-CE26-4561-AF1B-C71C6934B840),
-       dual,
-       helpstring(\"IBarObject Interface\"),
-       pointer_default(unique)
+        object,
+        uuid(22995106-CE26-4561-AF1B-C71C6934B840),
+        dual,
+        helpstring(\"IBarObject Interface\"),
+        pointer_default(unique)
 ]
 interface IBarObject : IDispatch
 {
@@ -130,11 +130,11 @@ test.write('t4.idl',"""
 #include <fb.idl>
 
 [
-       object,
-       uuid(22995106-CE26-4561-AF1B-C71C6934B840),
-       dual,
-       helpstring(\"IBarObject Interface\"),
-       pointer_default(unique)
+        object,
+        uuid(22995106-CE26-4561-AF1B-C71C6934B840),
+        dual,
+        helpstring(\"IBarObject Interface\"),
+        pointer_default(unique)
 ]
 interface IBarObject : IDispatch
 {
index 67bdfc9b60b0eee3d666e93a99b84fd1cc4354de..ba1826426b8c083abbab303f3475fe5cd79a2964 100644 (file)
@@ -38,42 +38,42 @@ class my_obj:
     """
 
     def __init__(self, value = ""):
-       self.value = value
+        self.value = value
         
     def get_signature(self):
         if not hasattr(self, "sig"):
-           self.sig = signature(self)
-       return self.sig
+            self.sig = signature(self)
+        return self.sig
 
     def get_contents(self):
-       return self.value
+        return self.value
 
 
 
 class MD5TestCase(unittest.TestCase):
 
     def test_current(self):
-       """Test deciding if an object is up-to-date
+        """Test deciding if an object is up-to-date
 
-       Simple comparison of different "signature" values.
-       """
-       obj = my_obj('111')
-       assert not current(obj.get_signature(), signature(my_obj('110')))
-       assert     current(obj.get_signature(), signature(my_obj('111')))
-       assert not current(obj.get_signature(), signature(my_obj('112')))
+        Simple comparison of different "signature" values.
+        """
+        obj = my_obj('111')
+        assert not current(obj.get_signature(), signature(my_obj('110')))
+        assert     current(obj.get_signature(), signature(my_obj('111')))
+        assert not current(obj.get_signature(), signature(my_obj('112')))
 
     def test_collect(self):
-       """Test collecting a list of signatures into a new signature value
-       """
+        """Test collecting a list of signatures into a new signature value
+        """
         s = map(signature, map(my_obj, ('111', '222', '333')))
         
         assert '698d51a19d8a121ce581499d7b701668' == collect(s[0:1])
         assert '8980c988edc2c78cc43ccb718c06efd5' == collect(s[0:2])
-       assert '53fd88c84ff8a285eb6e0a687e55b8c7' == collect(s)
+        assert '53fd88c84ff8a285eb6e0a687e55b8c7' == collect(s)
 
     def test_signature(self):
         """Test generating a signature"""
-       o1 = my_obj(value = '111')
+        o1 = my_obj(value = '111')
         s = signature(o1)
         assert '698d51a19d8a121ce581499d7b701668' == s, s
 
@@ -110,4 +110,4 @@ class MD5TestCase(unittest.TestCase):
 if __name__ == "__main__":
     suite = unittest.makeSuite(MD5TestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
index 1fca73f18e5f77630efc6dc32acdbfbdf822df88..49c5cfb765cd7f266a57f43dc6d98d3b63b0f3d6 100644 (file)
@@ -36,10 +36,10 @@ class my_obj:
     """
 
     def __init__(self, value = 0):
-       self.value = value
+        self.value = value
 
     def get_signature(self):
-       return self.value
+        return self.value
 
     def get_timestamp(self):
         return self.value
@@ -48,23 +48,23 @@ class my_obj:
 class TimeStampTestCase(unittest.TestCase):
 
     def test_current(self):
-       """Test deciding if an object is up-to-date
+        """Test deciding if an object is up-to-date
 
-       Simple comparison of different timestamp values.
-       """
-       o1 = my_obj(value = 111)
-       assert not current(o1.get_signature(), 110)
-       assert current(o1.get_signature(), 111)
-       assert current(o1.get_signature(), 112)
+        Simple comparison of different timestamp values.
+        """
+        o1 = my_obj(value = 111)
+        assert not current(o1.get_signature(), 110)
+        assert current(o1.get_signature(), 111)
+        assert current(o1.get_signature(), 112)
 
     def test_collect(self):
-       """Test collecting a list of signatures into a new signature value
-       into a new timestamp value.
-       """
+        """Test collecting a list of signatures into a new signature value
+        into a new timestamp value.
+        """
         
-       assert 111 == collect((111,))
-       assert 222 == collect((111, 222))
-       assert 333 == collect((333, 222, 111))
+        assert 111 == collect((111,))
+        assert 222 == collect((111, 222))
+        assert 333 == collect((333, 222, 111))
 
     def test_signature(self):
         """Test generating a signature"""
@@ -81,4 +81,4 @@ class TimeStampTestCase(unittest.TestCase):
 if __name__ == "__main__":
     suite = unittest.makeSuite(TimeStampTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
index 352b7eed1f44910c7ef46436598d39f7ccd26750..f8f38c2b6249480f1e97b6b8b08abd503c657b4d 100644 (file)
@@ -193,10 +193,10 @@ public class Test {
         pkg_dir, classes = SCons.Tool.JavaCommon.parse_java("""\
 public class MyTabs
 {
-       private class MyInternal
-       {
-       }
-       private final static String PATH = "images\\\\";
+        private class MyInternal
+        {
+        }
+        private final static String PATH = "images\\\\";
 }
 """)
         assert pkg_dir == None, pkg_dir
index 4343521124fd9a7493edc2469d48856c72cd65e3..53198d45b32909f8fc1a4650038d1868481d3d56 100644 (file)
@@ -445,7 +445,7 @@ if __name__ == "__main__":
     print "Test MSVS 6 Registry"
     # print str(registry.root)
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
 
     registry = DummyRegistry(regdata_6b)
     default_version = '6.0'
@@ -456,7 +456,7 @@ if __name__ == "__main__":
     print "Test Other MSVS 6 Registry"
     # print str(registry.root)
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
 
     registry = DummyRegistry(regdata_67)
     default_version = '7.0'
@@ -467,7 +467,7 @@ if __name__ == "__main__":
     # print str(registry.root)
     print "Test MSVS 6 & 7 Registry"
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
 
     registry = DummyRegistry(regdata_7)
     default_version = '7.0'
@@ -478,7 +478,7 @@ if __name__ == "__main__":
     # print str(registry.root)
     print "Test MSVS 7 Registry"
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
 
     registry = DummyRegistry(regdata_none)
     default_version = '6.0'
@@ -489,4 +489,4 @@ if __name__ == "__main__":
     # print str(registry.root)
     print "Test Empty Registry"
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
index 38fa0f552c623a86c7cb73a81e79fe2c9aacbbe7..09646993578721956b194fe76001827b6ce2cca0 100644 (file)
@@ -122,4 +122,4 @@ class WarningsTestCase(unittest.TestCase):
 if __name__ == "__main__":
     suite = unittest.makeSuite(WarningsTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
-       sys.exit(1)
+        sys.exit(1)
index 7d220e2a0c1fff4ce95406b43e9bd6a61d82769d..b49dde42b22fe3b192e6c71b4fd89070bd771d78 100644 (file)
@@ -113,9 +113,9 @@ class MyTestSCons(TestSCons.TestSCons):
             self.version_lib = os.path.join(self.lib_dir, scons_version)
             self.man_dir = os.path.join(self.prefix, 'man', 'man1')
 
-       self.prepend_bin_dir = lambda p, d=self.bin_dir: os.path.join(d, p)
-       self.prepend_bat_dir = lambda p, d=self.bat_dir: os.path.join(d, p)
-       self.prepend_man_dir = lambda p, d=self.man_dir: os.path.join(d, p)
+        self.prepend_bin_dir = lambda p, d=self.bin_dir: os.path.join(d, p)
+        self.prepend_bat_dir = lambda p, d=self.bat_dir: os.path.join(d, p)
+        self.prepend_man_dir = lambda p, d=self.man_dir: os.path.join(d, p)
 
     def run(self, *args, **kw):
         kw['chdir'] = scons_version
@@ -157,7 +157,7 @@ class MyTestSCons(TestSCons.TestSCons):
         return 'Installed SCons man pages into %s' % self.man_dir
 
     def man_page_paths(self):
-       return map(self.prepend_man_dir, self._man_pages)
+        return map(self.prepend_man_dir, self._man_pages)
 
 
     def must_have_installed(self, paths):
index 81a57b5bff3d722bd7dde354eb61fd2f834167ff..32419fa0b608c0c7d31368262cb258759bcebc39 100644 (file)
@@ -59,7 +59,7 @@ test.write('foo.c', r"""
 void
 library_function(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
@@ -67,7 +67,7 @@ test.write('bar.c', r"""
 void
 library_function(void)
 {
-       printf("bar.c\n");
+        printf("bar.c\n");
 }
 """)
 
@@ -75,9 +75,9 @@ test.write('main.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       library_function();
-       exit (0);
+        argv[argc++] = "--";
+        library_function();
+        exit (0);
 }
 """)
 
index 9a7e274a6e70f92e563038211350fec563adf406..399170eaee387098fb7b34a933da7855220aac37 100644 (file)
@@ -59,7 +59,7 @@ test.write('foo.c', r"""
 void
 library_function(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
@@ -67,7 +67,7 @@ test.write('bar.c', r"""
 void
 library_function(void)
 {
-       printf("bar.c\n");
+        printf("bar.c\n");
 }
 """)
 
@@ -75,9 +75,9 @@ test.write('main.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       library_function();
-       exit (0);
+        argv[argc++] = "--";
+        library_function();
+        exit (0);
 }
 """)
 
index adace1e328d2f3ee9b64830df27dc14d1ade58bc..0543a0ccee5951283740b5bf1290278ee9bc31ae 100644 (file)
@@ -197,7 +197,7 @@ ccc.Program(target = 'ccc', source = ['ccc.S', 'ccc_main.c'])
 .globl name
 name:
         .ascii "aaa.s"
-       .byte   0
+        .byte  0
 """)
 
     test.write('bbb.s', """\
@@ -207,7 +207,7 @@ name:
 .globl name
 name:
         .ascii "bbb.s"
-       .byte   0
+        .byte  0
 """)
 
     test.write('ccc.h', """\
@@ -222,7 +222,7 @@ name:
 .globl name
 name:
         .ascii STRING
-       .byte   0
+        .byte  0
 """)
 
     test.write('aaa_main.c', r"""
@@ -317,19 +317,19 @@ ddd.Program(target = 'ddd', source = ['ddd.asm', 'ddd_main.c'])
     test.write('ccc.asm', 
 """
 DSEG   segment
-       PUBLIC _name
+        PUBLIC _name
 _name  byte "ccc.asm",0
 DSEG   ends
-       end
+        end
 """)
 
     test.write('ddd.asm', 
 """        
 DSEG   segment
-       PUBLIC _name
+        PUBLIC _name
 _name  byte "ddd.asm",0
 DSEG   ends
-       end
+        end
 """)
 
     test.write('ccc_main.c', r"""
@@ -408,14 +408,14 @@ fff.Program(target = 'fff', source = ['fff.asm', 'fff_main.c'])
 """
 global name
 name:
-       db 'eee.asm',0
+        db 'eee.asm',0
 """)
 
     test.write('fff.asm', 
 """        
 global name
 name:
-       db 'fff.asm',0
+        db 'fff.asm',0
 """)
 
     test.write('eee_main.c', r"""
index 181d8aa23805b9252164b0f8e24fb8b882037201..0bae185a849d2d218798449e657afc7006d52ba7 100644 (file)
@@ -134,9 +134,9 @@ test.write(['work1', 'src', 'f1.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf(F1_STR);
-       exit (0);
+        argv[argc++] = "--";
+        printf(F1_STR);
+        exit (0);
 }
 """)
 
@@ -146,9 +146,9 @@ test.write(['work1', 'src', 'f2.in'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf(F2_STR);
-       exit (0);
+        argv[argc++] = "--";
+        printf(F2_STR);
+        exit (0);
 }
 """)
 
@@ -158,9 +158,9 @@ test.write(['work1', 'src', 'f3.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf(F3_STR);
-       exit (0);
+        argv[argc++] = "--";
+        printf(F3_STR);
+        exit (0);
 }
 """)
 
@@ -170,9 +170,9 @@ test.write(['work1', 'src', 'f4.in'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf(F4_STR);
-       exit (0);
+        argv[argc++] = "--";
+        printf(F4_STR);
+        exit (0);
 }
 """)
 
@@ -328,9 +328,9 @@ test.write(['work2', 'prog.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("work2/prog.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("work2/prog.c\n");
+        exit (0);
 }
 """)
 
index 7582a930b8303640524673ec358e0bfe0212e021..3f528a3b7c5ae2854399903908f129f63e16d60a 100644 (file)
@@ -54,7 +54,7 @@ test.write(['src', 'dep.cpp'], """\
 
 int main(int argc, char* argv[])
 {
-       return test_dep();
+        return test_dep();
 }
 """)
 
@@ -78,7 +78,7 @@ test.write(['src', 'dep.h'], """\
 
 inline int test_dep()
 {
-       return 1;
+        return 1;
 }
 
 #endif //DEP_H
index e7795d32275d1636c3089673c68b94abca668c6f..a790baa04bd155c271df7590c2b7638f61348058 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:8] != '/*link*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -72,7 +72,7 @@ infile = open(inf, 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:6] != '/*cc*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -88,7 +88,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:8] != '/*link*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -102,7 +102,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:6] != '/*cc*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -131,7 +131,7 @@ if os.path.normcase('.c') == os.path.normcase('.C'):
 cc = Environment().Dictionary('CC')
 env = Environment(LINK = r'%s mylink.py',
                   CC = r'%s mycc.py',
-                 CXX = cc)
+                  CXX = cc)
 env.Program(target = 'test2', source = 'test2.C')
 """ % (python, python))
 
@@ -167,9 +167,9 @@ test.write('foo.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
@@ -177,9 +177,9 @@ test.write('bar.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
index 66640104ccd93daf9026bcdd0edbab1a619fe1f8..d05cdef51d8f3313bc77684f4c60b9bf9c44b8fc 100644 (file)
@@ -53,17 +53,17 @@ test.write('prog.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
+        argv[argc++] = "--";
 #ifdef FOO
-       printf("prog.c:  FOO\n");
+        printf("prog.c:  FOO\n");
 #endif
 #ifdef BAR
-       printf("prog.c:  BAR\n");
+        printf("prog.c:  BAR\n");
 #endif
 #ifdef BAZ
-       printf("prog.c:  BAZ\n");
+        printf("prog.c:  BAZ\n");
 #endif
-       exit (0);
+        exit (0);
 }
 """)
 
index 35296c7d549c4da144ca7a54b58e3ddfb14d1c2c..3679a9e43a4d76d67b4d3a54e61611af4500e8e7 100644 (file)
@@ -53,9 +53,9 @@ test.write('foo.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
@@ -63,9 +63,9 @@ test.write('bar.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
index 610fcd1b2ae3a6e6cbe492840060e0e1cca99f49..a830058f3e9463206de76610dece2b6fcf6651dc 100644 (file)
@@ -83,10 +83,10 @@ void
 doIt()
 {
 #ifdef FOO
-       printf("prog.c:  FOO\n");
+        printf("prog.c:  FOO\n");
 #endif
 #ifdef BAR
-       printf("prog.c:  BAR\n");
+        printf("prog.c:  BAR\n");
 #endif
 }
 """)
index 90d3af445153a3ff2730eab2729d12ecbf996b7d..a122fe068261d413b6c42f84ebe8bda7f390dd95 100644 (file)
@@ -55,10 +55,10 @@ input = r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("LEX\n");
-       printf("%s\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("LEX\n");
+        printf("%s\n");
+        exit (0);
 }
 """
 
index 50b6abddc1ea65c97bb6c2d2ca7962572b86da13..7c65401996a070383c76ac4541cf7aea229f5ec1 100644 (file)
@@ -90,14 +90,14 @@ test.write('prog.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
+        argv[argc++] = "--";
 #ifdef FOO
-       printf("prog.c:  FOO %d\n", VAL);
+        printf("prog.c:  FOO %d\n", VAL);
 #endif
 #ifdef BAR
-       printf("prog.c:  BAR %d\n", VAL);
+        printf("prog.c:  BAR %d\n", VAL);
 #endif
-       exit (0);
+        exit (0);
 }
 """)
 
index 92c7d7c623aff89c07a152d8807e5dad7167a1e8..72b10b79798707621237e069e9bfdf497eeaf98e 100644 (file)
@@ -60,7 +60,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -96,7 +96,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:clen] != '#' + compiler:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 9ce5e153a0361430009fcf29fb9c861a29bdceaf..c9400f71b8a2ebf039c3e4ccc94480e6a318b5fa 100644 (file)
@@ -65,7 +65,7 @@ env.Program(target='prog', source='prog.c')
 
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 1\n"
+#define FOO_STRING "include/foo.h 1\n"
 #include <bar.h>
 """)
 
@@ -111,7 +111,7 @@ main(int argc, char *argv[])
 
 test.write(['subdir', 'include', 'foo.h'],
 r"""
-#define        FOO_STRING "subdir/include/foo.h 1\n"
+#define FOO_STRING "subdir/include/foo.h 1\n"
 #include "bar.h"
 """)
 
@@ -160,7 +160,7 @@ test.up_to_date(arguments = args)
 
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 2\n"
+#define FOO_STRING "include/foo.h 2\n"
 #include "bar.h"
 """)
 
index 6f9f0ce86d6906ea7168c3fdae5d7587de915fde..70a9b8270ca794bf374a5ee95f1b51dd5bc048c4 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:8] != '/*link*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -72,7 +72,7 @@ infile = open(inf, 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:7] != '/*c++*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -88,7 +88,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:8] != '/*link*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -102,7 +102,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:7] != '/*c++*/':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -199,9 +199,9 @@ test.write('foo.cxx', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.cxx\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.cxx\n");
+        exit (0);
 }
 """)
 
@@ -211,9 +211,9 @@ test.write('bar.cxx', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.cxx\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.cxx\n");
+        exit (0);
 }
 """)
 
index d729076a563f40fd8395dc36ea9727ba621252ea..8f4c4fa16b407477ecdc86bafef4f56a104ccea1 100644 (file)
@@ -55,10 +55,10 @@ input = r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("LEX\n");
-       printf("%s\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("LEX\n");
+        printf("%s\n");
+        exit (0);
 }
 """
 
index a3c98c7c2b20f2f7e435dc6c4762f7b507a2c3d4..5c050d1e276dd2b8709ed24d67e2d05e01ce5254 100644 (file)
@@ -55,9 +55,9 @@ test.write('foo.cpp', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
@@ -67,9 +67,9 @@ test.write('bar.cpp', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
index 38feca1d9896178d6166ebb532c711d800595580..049be6cf895fe41d3cfad932697b4bd025b94f93 100644 (file)
@@ -85,10 +85,10 @@ extern "C" void
 doIt()
 {
 #ifdef FOO
-       printf("prog.cpp:  FOO\n");
+        printf("prog.cpp:  FOO\n");
 #endif
 #ifdef BAR
-       printf("prog.cpp:  BAR\n");
+        printf("prog.cpp:  BAR\n");
 #endif
 }
 """)
index ae0346aa8edf22994e87f8d1907eb84429102162..cda34b29e9153c8641846de555cf9cd346badd7c 100644 (file)
@@ -96,7 +96,7 @@ Default(env.B(target = 'bar.out', source = 'bar.in'))
 
 for dir in ['one', 'two', 'three', 'four', 'five']:
 
-    test.run(chdir = dir)      # no arguments, use the Default
+    test.run(chdir = dir)       # no arguments, use the Default
 
 test.fail_test(test.read(test.workpath('one', 'foo.out')) != "one/foo.in\n")
 test.fail_test(os.path.exists(test.workpath('one', 'bar')))
@@ -175,7 +175,7 @@ Default('xxx.out')
 
 test.write(['nine', 'sub1', 'xxx.in'], "sub1/xxx.in\n")
 
-test.run(chdir = 'nine')       # no arguments, use the Default
+test.run(chdir = 'nine')        # no arguments, use the Default
 
 test.fail_test(os.path.exists(test.workpath('nine', 'xxx.out')))
 test.fail_test(test.read(test.workpath('nine', 'sub1', 'xxx.out')) != "sub1/xxx.in\n")
@@ -202,7 +202,7 @@ env.B(target = 'xxx.out', source = 'xxx.in')
 
 test.write(['ten', 'sub2', 'xxx.in'], "sub2/xxx.in\n")
 
-test.run(chdir = 'ten')        # no arguments, use the Default
+test.run(chdir = 'ten') # no arguments, use the Default
 
 test.fail_test(os.path.exists(test.workpath('ten', 'xxx.out')))
 test.fail_test(test.read(test.workpath('ten', 'sub2', 'xxx.out')) != "sub2/xxx.in\n")
@@ -222,7 +222,7 @@ test.write(os.path.join('eleven', 'foo.in'), "eleven/foo.in\n");
 
 test.write(os.path.join('eleven', 'bar.in'), "eleven/bar.in\n");
 
-test.run(chdir = 'eleven')     # no arguments, use the Default
+test.run(chdir = 'eleven')      # no arguments, use the Default
 
 test.fail_test(test.read(test.workpath('eleven', 'foo.out')) != "eleven/foo.in\n")
 test.fail_test(os.path.exists(test.workpath('eleven', 'bar')))
index 403f6b1cb50ffcac9585a3df0f59c39f5bbf3be2..1c27def21288c1be896d171c70511f79e378f753 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -83,7 +83,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 53e0a31f5f94d10df220410b0678d3b8328e4280..9de4d17aa225cf4a1b6c7cdda7784fd04cf4970c 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -79,7 +79,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 5aa8044c440e9e64b819a88c8d5df6d5505facab..d50eeb91055ec0644656bef769734f8b394dff4d 100644 (file)
@@ -50,7 +50,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -66,7 +66,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -83,7 +83,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:4] != '#g77':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 7825ae6a8a729b278ae58756bbf1f061ed268e87..8f8bc453932ad8f4506a7cb92a80bed1e79f34ff 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -84,7 +84,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:length] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index da679a82162ea8e6f43e319e888bc9a7ab2c6f18..bb52340a81d64f2ac2ec34f5bb01090f62d3b84e 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -79,7 +79,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 3ac5a29681cf6bee97a5e212cd1b25abe7192235..69f1dfa97afe623451dde645d955ff425b5e8c93 100644 (file)
@@ -51,7 +51,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -67,7 +67,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -85,7 +85,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 23ed547d26f31b4f3c9f19b2527469a8fdb9a100..a19c90467ee589ae331a94c991a014cdde849068 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -84,7 +84,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:length] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 14c03e63028e970885db06d790075d397d3ba382..26423f87a89cd0f0e78b6c1df25cbb56167617cc 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -79,7 +79,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 9d958d4df96476715b824a0d36d1035797195a39..883d9a3915f463c0a47bfe0368f41d316bab9d1c 100644 (file)
@@ -50,7 +50,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -66,7 +66,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -84,7 +84,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 0195558f85f15af1f024a7f3e22278eb4ff90b58..47a0a890e2e14091bdbdc7bdf7d0238f00db03e6 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -82,7 +82,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:4] != '#g77':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 6fbaf8f514d305ab7730274a9f025492019c1a91..f79ad6da6b7d33b49292517fdccd13d1f621bb07 100644 (file)
@@ -52,7 +52,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -68,7 +68,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -79,7 +79,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index a4fb37604102f257eb187ec4050f840917df758f..8d77d6300269eda95ffbc9fdcad7f2b217240405 100644 (file)
@@ -50,7 +50,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -66,7 +66,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:5] != '#link':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -83,7 +83,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:8] != '#fortran':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 2f259cd64f19bbb9d037337a3a3510b3f432c80b..233921b344732579a70a19fbefd3283e8361bda1 100644 (file)
@@ -47,7 +47,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 7501fbfaf9364c00302a3d30fb20d7edad4f9cc1..fa024875d81415413e31f517080434e46b6b9692 100644 (file)
@@ -43,7 +43,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 263e1a4102d02fa0b811b4a881d4dd212884891f..85c1168ff32f1a2dca7b0a4ed5ad02ffe9e31663 100644 (file)
@@ -56,7 +56,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:4] != '#g77':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index b14c81d23693a53533a15ff9e26a20ab00086e1e..66bd68dc2852ce56ed44fe10133c10215468c471 100644 (file)
@@ -47,7 +47,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 0ff83165a1eed7af7906c293ca545b605e2f5832..ffc9878915d959f759d0c7b529279ac44216382b 100644 (file)
@@ -43,7 +43,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 6257adb4fbca31a725a828c14dd8bc438109d50c..3997cbb49a622408b947f8188ad427fad4328260 100644 (file)
@@ -57,7 +57,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index c95b3664e7751dcf2aafb724634d356142779881..d2d92a914bf5383261945f741f1fd45bfcdbde7c 100644 (file)
@@ -47,7 +47,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index d33508380d98701f6c7c43eda583201d9660399d..e28f8630922f9a10b135483fe9887ceb72941a28 100644 (file)
@@ -43,7 +43,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index f5eb3263366e5f0a2105e8a4fcbbb7c64a18df5c..782a495c20b27691e6d8b010ee5b21a2489fdcbf 100644 (file)
@@ -57,7 +57,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 205a761eb918189b7a607ee7c9db56eb4ad852aa..17a58f5d34b397614232164573f60e30806c8ab5 100644 (file)
@@ -46,7 +46,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:8] != '#fortran':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 16d38a6ec633f799cee433b23f5514a5e9114420..f4d44dc6714e43369f739760a3ccb2188c58fc11 100644 (file)
@@ -43,7 +43,7 @@ outfile = open(sys.argv[2], 'wb')
 infile = open(sys.argv[3], 'rb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 1e4dc7684e87ed83472b5905d320ca65059049b9..e96ade9953b5c791c8a5e25bc935c62ffa68e98a 100644 (file)
@@ -56,7 +56,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:8] != '#fortran':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
index 1de9640bd9682eb6188898fbb9606af3a7a09805..af8babc6ed4222707bd776e727eb21cda0c31006 100644 (file)
@@ -93,22 +93,22 @@ test.write('src/BarObject.h','''
 #include "resource.h"
 
 class ATL_NO_VTABLE CBarObject : 
-       public CComObjectRootEx<CComSingleThreadModel>,
-       public CComCoClass<CBarObject, &CLSID_BarObject>,
-       public IDispatchImpl<IBarObject, &IID_IBarObject, &LIBID_BARLib>
+        public CComObjectRootEx<CComSingleThreadModel>,
+        public CComCoClass<CBarObject, &CLSID_BarObject>,
+        public IDispatchImpl<IBarObject, &IID_IBarObject, &LIBID_BARLib>
 {
 public:
-       CBarObject()
-       {
-       }
+        CBarObject()
+        {
+        }
 
 DECLARE_REGISTRY_RESOURCEID(IDR_BAROBJECT)
 
 DECLARE_PROTECT_FINAL_CONSTRUCT()
 
 BEGIN_COM_MAP(CBarObject)
-       COM_INTERFACE_ENTRY(IBarObject)
-       COM_INTERFACE_ENTRY(IDispatch)
+        COM_INTERFACE_ENTRY(IBarObject)
+        COM_INTERFACE_ENTRY(IDispatch)
 END_COM_MAP()
 
 public:
@@ -120,29 +120,29 @@ public:
 test.write('src/BarObject.rgs',"""
 HKCR
 {
-       Bar.BarObject.1 = s 'BarObject Class'
-       {
-               CLSID = s '{640BE9EC-B79D-4C9E-BB64-95D24854A303}'
-       }
-       Bar.BarObject = s 'BarObject Class'
-       {
-               CLSID = s '{640BE9EC-B79D-4C9E-BB64-95D24854A303}'
-               CurVer = s 'Bar.BarObject.1'
-       }
-       NoRemove CLSID
-       {
-               ForceRemove {640BE9EC-B79D-4C9E-BB64-95D24854A303} = s 'BarObject Class'
-               {
-                       ProgID = s 'Bar.BarObject.1'
-                       VersionIndependentProgID = s 'Bar.BarObject'
-                       ForceRemove 'Programmable'
-                       InprocServer32 = s '%MODULE%'
-                       {
-                               val ThreadingModel = s 'Apartment'
-                       }
-                       'TypeLib' = s '{73E5EA5F-9D45-463F-AA33-9F376AF7B643}'
-               }
-       }
+        Bar.BarObject.1 = s 'BarObject Class'
+        {
+                CLSID = s '{640BE9EC-B79D-4C9E-BB64-95D24854A303}'
+        }
+        Bar.BarObject = s 'BarObject Class'
+        {
+                CLSID = s '{640BE9EC-B79D-4C9E-BB64-95D24854A303}'
+                CurVer = s 'Bar.BarObject.1'
+        }
+        NoRemove CLSID
+        {
+                ForceRemove {640BE9EC-B79D-4C9E-BB64-95D24854A303} = s 'BarObject Class'
+                {
+                        ProgID = s 'Bar.BarObject.1'
+                        VersionIndependentProgID = s 'Bar.BarObject'
+                        ForceRemove 'Programmable'
+                        InprocServer32 = s '%MODULE%'
+                        {
+                                val ThreadingModel = s 'Apartment'
+                        }
+                        'TypeLib' = s '{73E5EA5F-9D45-463F-AA33-9F376AF7B643}'
+                }
+        }
 }
 """)
 
@@ -234,44 +234,44 @@ test.write('src/bar.def','''
 LIBRARY      "bar.DLL"
 
 EXPORTS
-       DllCanUnloadNow     @1 PRIVATE
-       DllGetClassObject   @2 PRIVATE
-       DllRegisterServer   @3 PRIVATE
-       DllUnregisterServer     @4 PRIVATE
+        DllCanUnloadNow     @1 PRIVATE
+        DllGetClassObject   @2 PRIVATE
+        DllRegisterServer   @3 PRIVATE
+        DllUnregisterServer     @4 PRIVATE
 ''')
 
 test.write('src/bar.idl','''
 import "oaidl.idl";
 import "ocidl.idl";
-       [
-               object,
-               uuid(22995106-CE26-4561-AF1B-C71C6934B840),
-               dual,
-               helpstring("IBarObject Interface"),
-               pointer_default(unique)
-       ]
-       interface IBarObject : IDispatch
-       {
-       };
+        [
+                object,
+                uuid(22995106-CE26-4561-AF1B-C71C6934B840),
+                dual,
+                helpstring("IBarObject Interface"),
+                pointer_default(unique)
+        ]
+        interface IBarObject : IDispatch
+        {
+        };
 
 [
-       uuid(73E5EA5F-9D45-463F-AA33-9F376AF7B643),
-       version(1.0),
-       helpstring("bar 1.0 Type Library")
+        uuid(73E5EA5F-9D45-463F-AA33-9F376AF7B643),
+        version(1.0),
+        helpstring("bar 1.0 Type Library")
 ]
 library BARLib
 {
-       importlib("stdole32.tlb");
-       importlib("stdole2.tlb");
-
-       [
-               uuid(640BE9EC-B79D-4C9E-BB64-95D24854A303),
-               helpstring("BarObject Class")
-       ]
-       coclass BarObject
-       {
-               [default] interface IBarObject;
-       };
+        importlib("stdole32.tlb");
+        importlib("stdole2.tlb");
+
+        [
+                uuid(640BE9EC-B79D-4C9E-BB64-95D24854A303),
+                helpstring("BarObject Class")
+        ]
+        coclass BarObject
+        {
+                [default] interface IBarObject;
+        };
 };
 ''')
 
index 3f596fb1e6e62397b6cb884105d36244274fb935..5515a3eda78ef1544fde0b6848cf44df5693cb1a 100644 (file)
@@ -58,10 +58,10 @@ test.write('aaa.l', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("LEX\n");
-       printf("aaa.l\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("LEX\n");
+        printf("aaa.l\n");
+        exit (0);
 }
 """)
 
@@ -69,10 +69,10 @@ test.write('bbb.lex', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("LEX\n");
-       printf("bbb.lex\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("LEX\n");
+        printf("bbb.lex\n");
+        exit (0);
 }
 """)
 
@@ -104,8 +104,8 @@ bar.Program(target = 'bar', source = 'bar.l')
 
     lex = r"""
 %%%%
-a      printf("A%sA");
-b      printf("B%sB");
+a       printf("A%sA");
+b       printf("B%sB");
 %%%%
 int
 yywrap()
index ba440daa84269d9a42d3f4aa7a6b8be0f715a5ff..87a869faeca13a07f4ea9412e0b3cf296287bf4d 100644 (file)
@@ -60,10 +60,10 @@ test.write('aaa.l', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("LEXFLAGS\n");
-       printf("aaa.l\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("LEXFLAGS\n");
+        printf("aaa.l\n");
+        exit (0);
 }
 """)
 
@@ -86,8 +86,8 @@ bar.Program(target = 'bar', source = 'bar.l')
 
     lex = r"""
 %%%%
-a      printf("A%sA");
-b      printf("B%sB");
+a       printf("A%sA");
+b       printf("B%sB");
 %%%%
 int
 yywrap()
index 86e292a11a5bb1e50405302f2911fd591aa75956..c54d2acf967bc2a04a39616c4d825986550248b3 100644 (file)
@@ -60,7 +60,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c\n");
+        printf("f1.c\n");
 }
 """)
 
@@ -79,9 +79,9 @@ void f1(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       f1();
-       printf("prog.c\n");
+        argv[argc++] = "--";
+        f1();
+        printf("prog.c\n");
         return 0;
 }
 """)
@@ -105,7 +105,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c 1\n");
+        printf("f1.c 1\n");
 }
 """)
 
@@ -138,7 +138,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c 2\n");
+        printf("f1.c 2\n");
 }
 """)
 
index bd10d3674db8d4124ed1eb18611b1cd0cb8ba581..a71e967320293f338f8022bf651d3d0c6a09148a 100644 (file)
@@ -28,7 +28,7 @@ import TestSCons
 
 test = TestSCons.TestSCons()
 
-test.pass_test()       #XXX Short-circuit until this is implemented.
+test.pass_test()        #XXX Short-circuit until this is implemented.
 
 test.write('SConstruct', """
 """)
index 5ca427d1ddbcbc6649520d706b57f30c8e23ba0f..753b9b30ca2c8b60791fb2a45298b5a17dc460d7 100644 (file)
@@ -37,7 +37,7 @@ test = TestSCons.TestSCons()
 
 test.write('SConstruct', """
 env = Environment(LIBPREFIX = 'xxx-',
-                 LIBPREFIXES = ['xxx-'])
+                  LIBPREFIXES = ['xxx-'])
 lib = env.Library(target = 'foo', source = 'foo.c')
 env.Program(target = 'prog', source = ['prog.c', lib])
 """)
@@ -46,7 +46,7 @@ test.write('foo.c', r"""
 void
 foo(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
@@ -55,9 +55,9 @@ void foo(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       foo();
-       printf("prog.c\n");
+        argv[argc++] = "--";
+        foo();
+        printf("prog.c\n");
         return 0;
 }
 """)
index bd10d3674db8d4124ed1eb18611b1cd0cb8ba581..a71e967320293f338f8022bf651d3d0c6a09148a 100644 (file)
@@ -28,7 +28,7 @@ import TestSCons
 
 test = TestSCons.TestSCons()
 
-test.pass_test()       #XXX Short-circuit until this is implemented.
+test.pass_test()        #XXX Short-circuit until this is implemented.
 
 test.write('SConstruct', """
 """)
index e61096af242507c947f5288cea76b4f43aca2d8c..c776ce0dfce69a77d2d5b7d2dd8c73b7c5f1f3c9 100644 (file)
@@ -37,7 +37,7 @@ test = TestSCons.TestSCons()
 
 test.write('SConstruct', """
 env = Environment(LIBSUFFIX = '.xxx',
-                 LIBSUFFIXES = ['.xxx'])
+                  LIBSUFFIXES = ['.xxx'])
 lib = env.Library(target = 'foo', source = 'foo.c')
 env.Program(target = 'prog', source = ['prog.c', lib])
 """)
@@ -46,7 +46,7 @@ test.write('foo.c', r"""
 void
 foo(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
@@ -55,9 +55,9 @@ void foo(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       foo();
-       printf("prog.c\n");
+        argv[argc++] = "--";
+        foo();
+        printf("prog.c\n");
         return 0;
 }
 """)
index 5333290f497f3f8f1f9fb29a6009e1e6f76fed0f..2d89352322b5027a145ac110eda4069d5d33b947 100644 (file)
@@ -54,9 +54,9 @@ test.write('foo.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
@@ -64,9 +64,9 @@ test.write('bar.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
index 9a6ef1cfc72a9575d85f48a109ae7a2c2bbdf05e..ca1cd1a83dcf29e4d7c5a5364012fa5451c90be5 100644 (file)
@@ -55,9 +55,9 @@ test.write('foo.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
@@ -65,9 +65,9 @@ test.write('bar.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
index ff24f0cdc5c8ebdef419d09f13f5ff5464dd261a..8b9097d18968eab2ba8215345153437fde5ee80f 100644 (file)
@@ -57,8 +57,8 @@ test.write('foo.c', r"""
 void
 test()
 {
-       printf("foo.c\n");
-       fflush(stdout);
+        printf("foo.c\n");
+        fflush(stdout);
 }
 """)
 
@@ -68,8 +68,8 @@ test.write('bar.c', r"""
 void
 test()
 {
-       printf("foo.c\n");
-       fflush(stdout);
+        printf("foo.c\n");
+        fflush(stdout);
 }
 """)
 
index c9ecf2188b87109147d0b3bd20460b904614d7d7..709ebc61647384b78866c330dd6e55838d79306d 100644 (file)
@@ -58,8 +58,8 @@ test.write('foo.c', r"""
 void
 test()
 {
-       printf("foo.c\n");
-       fflush(stdout);
+        printf("foo.c\n");
+        fflush(stdout);
 }
 """)
 
@@ -69,8 +69,8 @@ test.write('bar.c', r"""
 void
 test()
 {
-       printf("foo.c\n");
-       fflush(stdout);
+        printf("foo.c\n");
+        fflush(stdout);
 }
 """)
 
index f089e0cad0e8dd467da4264138b496277363b27c..e4626ab78d73d8eddba0e47c22e3ae13a32b5664 100644 (file)
@@ -41,7 +41,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c\n");
+        printf("f1.c\n");
 }
 """)
 
@@ -49,7 +49,7 @@ test.write('f2a.c', r"""
 void
 f2a(void)
 {
-       printf("f2a.c\n");
+        printf("f2a.c\n");
 }
 """)
 
@@ -57,7 +57,7 @@ test.write('f2b.c', r"""
 void
 f2b(void)
 {
-       printf("f2b.c\n");
+        printf("f2b.c\n");
 }
 """)
 
@@ -65,7 +65,7 @@ test.write('f2c.c', r"""
 void
 f2c(void)
 {
-       printf("f2c.c\n");
+        printf("f2c.c\n");
 }
 """)
 
@@ -73,7 +73,7 @@ test.write('f3a.c', r"""
 void
 f3a(void)
 {
-       printf("f3a.c\n");
+        printf("f3a.c\n");
 }
 """)
 
@@ -81,7 +81,7 @@ test.write('f3b.c', r"""
 void
 f3b(void)
 {
-       printf("f3b.c\n");
+        printf("f3b.c\n");
 }
 """)
 
@@ -90,7 +90,7 @@ test.write('f3c.cpp', r"""
 extern "C" void
 f3c(void)
 {
-       printf("f3c.cpp\n");
+        printf("f3c.cpp\n");
 }
 """)
 
@@ -108,15 +108,15 @@ void f3c(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       f1();
-       f2a();
-       f2b();
-       f2c();
-       f3a();
-       f3b();
-       f3c();
-       printf("prog.c\n");
+        argv[argc++] = "--";
+        f1();
+        f2a();
+        f2b();
+        f2c();
+        f3a();
+        f3b();
+        f3c();
+        printf("prog.c\n");
         return 0;
 }
 """)
index f3b19597891f8f8cbff5046a71439d71ebb62ea6..5243fbf4011e05c3b023155d85f27ef2c83f4ff7 100644 (file)
@@ -60,7 +60,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c\n");
+        printf("f1.c\n");
         fflush(stdout);
 }
 """)
@@ -75,19 +75,19 @@ extern int errno;
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
+        argv[argc++] = "--";
         void *foo1_shobj = dlopen("__foo1_name__", RTLD_NOW);
-       if(!foo1_shobj){
-         printf("Error loading foo1 '__foo1_name__' library at runtime, exiting.\n");
-         printf("%d\n", errno);
-         perror("");
-         return -1;
-       }
-       void (*f1)() = dlsym(foo1_shobj, "f1\0");
-       (*f1)();
-       printf("dlopenprog.c\n");
+        if(!foo1_shobj){
+          printf("Error loading foo1 '__foo1_name__' library at runtime, exiting.\n");
+          printf("%d\n", errno);
+          perror("");
+          return -1;
+        }
+        void (*f1)() = dlsym(foo1_shobj, "f1\0");
+        (*f1)();
+        printf("dlopenprog.c\n");
         dlclose(foo1_shobj);
-       return 0;
+        return 0;
 }
 """
 
index 0ab4870ad2c78b44e4dc69108f0fc1561e948df7..260ee76cbfc1ec5eb9aa1322a7cb8259fdd91cb9 100644 (file)
@@ -207,7 +207,7 @@ python = os.path.join('$(PYTHON_ROOT)', os.path.split(sys.executable)[1])
 test.must_exist(test.workpath('work1', 'Test.vcproj'))
 vcproj = test.read(['work1', 'Test.vcproj'], 'r')
 expect = test.msvs_substitute(expected_vcprojfile, '7.0', 'work1', 'SConstruct',
-                             python=python)
+                              python=python)
 # don't compare the pickled data
 assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
index d7ec165d79b70c31298d3ac68f2e9b3958cfb40b..30de5166d88880d7eb5f05f3e78456191ed06125 100644 (file)
@@ -209,7 +209,7 @@ python = os.path.join('$(PYTHON_ROOT)', os.path.split(sys.executable)[1])
 test.must_exist(test.workpath('work1', 'Test.vcproj'))
 vcproj = test.read(['work1', 'Test.vcproj'], 'r')
 expect = test.msvs_substitute(expected_vcprojfile, '7.1', 'work1', 'SConstruct',
-                             python=python)
+                              python=python)
 # don't compare the pickled data
 assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
index 9a28c87a388985b884b92d2bba3af145262fd235..55f35576f2511b7df9826a49d49d105965f921b1 100644 (file)
@@ -123,10 +123,10 @@ extern "C" void
 doIt()
 {
 #ifdef FOO
-       printf("prog.cpp:  FOO\n");
+        printf("prog.cpp:  FOO\n");
 #endif
 #ifdef BAR
-       printf("prog.cpp:  BAR\n");
+        printf("prog.cpp:  BAR\n");
 #endif
 }
 """)
@@ -187,7 +187,7 @@ void
 doIt()
 {
 #ifdef FOO
-       printf("prog.cpp:  %s\n", boo_sub());
+        printf("prog.cpp:  %s\n", boo_sub());
 #endif
 }
 """)
@@ -224,10 +224,10 @@ sub_build_nodes = [ os.path.join('bld', 'subsrcdir','boo' + _obj),
 
 build_nodes = ['fooprog' + _exe,
                dll_ + 'foo' + _dll,
-              'foo' + _obj,
+               'foo' + _obj,
                'barprog' + _exe,
-              dll_ + 'bar' + _dll,
-              'bar' + _obj,
+               dll_ + 'bar' + _dll,
+               'bar' + _obj,
 
                'gooprog' + _exe,
 
index 9ed7a1518677a5a85d1204ee377aa7c5704f39ea..8b9c5e060b6d12b8c3e972d034c70c73fa1d6809 100644 (file)
@@ -49,7 +49,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c\n");
+        printf("f1.c\n");
 }
 """)
 
@@ -59,7 +59,7 @@ test.write('f2.cpp', r"""
 void
 f2(void)
 {
-       printf("f2.c\n");
+        printf("f2.c\n");
 }
 """)
 
@@ -67,7 +67,7 @@ test.write('f3.c', r"""
 void
 f3(void)
 {
-       printf("f3.c\n");
+        printf("f3.c\n");
 }
 """)
 
@@ -75,7 +75,7 @@ test.write('f4.c', r"""
 void
 f4(void)
 {
-       printf("f4.c\n");
+        printf("f4.c\n");
 }
 """)
 
@@ -83,7 +83,7 @@ test.write('f5.c', r"""
 void
 f5(void)
 {
-       printf("f5.c\n");
+        printf("f5.c\n");
 }
 """)
 
@@ -96,12 +96,12 @@ extern "C" void f3(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       f1();
-       f2();
-       f3();
-       printf("prog.c\n");
-       return 0;
+        argv[argc++] = "--";
+        f1();
+        f2();
+        f3();
+        printf("prog.c\n");
+        return 0;
 }
 """)
 
index d273cbbf1cf20559f1081a593227e9440fac60e7..04127f51e78a6d2d2485fc8b913c63d0e9f4f95e 100644 (file)
@@ -67,7 +67,7 @@ class TestPerforce(TestSCons.TestSCons):
 
             # We don't use self.run() because the TestCmd logic will hang
             # waiting for the daemon to exit, even when we pass it
-           # the -d option.
+            # the -d option.
             try:
                 spawnv = os.spawnv
             except AttributeError:
@@ -99,15 +99,15 @@ class TestPerforce(TestSCons.TestSCons):
 
     def substitute(self, s, **kw):
         kw = kw.copy()
-       kw.update(self.__dict__)
+        kw.update(self.__dict__)
         return s % kw
 
     def cleanup(self, condition = None):
         if self.p4d:
             self.p4('admin stop')
-           self.p4d = None
+            self.p4d = None
 
-       if TestSCons:
+        if TestSCons:
             TestSCons.TestSCons.cleanup(self, condition)
 
 test = TestPerforce()
index 0455cc251b4c404c1050de12cf77ec3f05dae0f1..561200872f45e6cb4d3a05891eb0e49c1ceea68b 100644 (file)
@@ -46,8 +46,8 @@ if not test.detect_tool('386asm'):
 test.write("minasm.asm", r"""
 ; 
 ; MINASM.ASM - A minimal assembly language program which runs
-;      under ToolSuite.  You can use this program as a framework
-;      for large assembly language programs.
+;       under ToolSuite.  You can use this program as a framework
+;       for large assembly language programs.
 ;
 .386
 
@@ -110,7 +110,7 @@ _CONST      ends
 CGROUP group _TEXT, _CONST
 DGROUP group _DATA, _bss
 
-       assume cs:CGROUP,ds:DGROUP
+        assume cs:CGROUP,ds:DGROUP
 _TEXT  segment
 
 ;
@@ -122,22 +122,22 @@ _TEXT     segment
 ; modify the loop count in memory verifies that it actually ends
 ; up in RAM.
 ;
-       public _main
+        public _main
 _main proc near
 
-       mov     cl,0ah                  ; Skip a line before we start
-       call    PutCharTarget           ;
+        mov    cl,0ah                  ; Skip a line before we start
+        call   PutCharTarget           ;
 main_loop:
-       cmp     loopcount,0             ; Are we at the end of our loop?
-       je      short done_main         ;  yes.
-       lea     edx,rommessage          ; EDX -> ROM message
-       call    WriteStringTarget       ; Display it
-       lea     edx,rammessage          ; EDX -> RAM message
-       call    WriteStringTarget       ; Display it
-       dec     loopcount               ;
-       jmp     main_loop               ; Branch back for next loop iteration
+        cmp    loopcount,0             ; Are we at the end of our loop?
+        je     short done_main         ;  yes.
+        lea    edx,rommessage          ; EDX -> ROM message
+        call   WriteStringTarget       ; Display it
+        lea    edx,rammessage          ; EDX -> RAM message
+        call   WriteStringTarget       ; Display it
+        dec    loopcount               ;
+        jmp    main_loop               ; Branch back for next loop iteration
 done_main:
-       ret                             ; That's it!
+        ret                            ; That's it!
 
 _main endp
 
@@ -145,27 +145,27 @@ _main endp
 ; WriteStringTarget - Display a string on the target console
 ;
 ; Inputs:
-;      EDX -> Null terminated ASCII string to display
+;       EDX -> Null terminated ASCII string to display
 ;
 ; Outputs:
-;      All registers preserved
+;       All registers preserved
 ;
 WriteStringTarget proc near
 
-       push    ecx                     ; Save registers
-       push    edx                     ;
+        push   ecx                     ; Save registers
+        push   edx                     ;
 
 write_loop:
-       movzx   ecx,byte ptr [edx]      ; Get a character
-       jecxz   done_str                ; Branch if end of string
-       call    PutCharTarget           ; Display this character
-       inc     edx                     ; Bump scan pointer
-       jmp     write_loop              ; And loop back for next character
+        movzx  ecx,byte ptr [edx]      ; Get a character
+        jecxz  done_str                ; Branch if end of string
+        call   PutCharTarget           ; Display this character
+        inc    edx                     ; Bump scan pointer
+        jmp    write_loop              ; And loop back for next character
 
 done_str:
-       pop     edx                     ; Restore registers
-       pop     ecx                     ;
-       ret                             ;  and return
+        pop    edx                     ; Restore registers
+        pop    ecx                     ;
+        ret                            ;  and return
 
 WriteStringTarget endp
 
@@ -176,26 +176,26 @@ WriteStringTarget endp
 ; the PutChar kernel service available through int 254.
 ;
 ; Inputs:
-;      CL = character to display
+;       CL = character to display
 ;
 ; Outputs:
-;      All registers preserved
+;       All registers preserved
 ;
 PutCharTarget proc near
 
-       push    eax             ; Save registers
-       push    ebx             ;
-       push    edx             ;
+        push   eax             ; Save registers
+        push   ebx             ;
+        push   edx             ;
 
-       mov     ax,254Ah        ; Request Kernel Service
-       mov     bx,1            ; service code 1 = PutChar
-       movzx   edx,cl          ; EDX = character to display
-       int     0FEh            ; Int 254 is for kernel services
+        mov     ax,254Ah       ; Request Kernel Service
+        mov     bx,1           ; service code 1 = PutChar
+        movzx   edx,cl         ; EDX = character to display
+        int     0FEh           ; Int 254 is for kernel services
 
-       pop     edx             ; Restore registers
-       pop     ebx             ;
-       pop     eax             ;
-       ret                     ;  and return
+        pop    edx             ; Restore registers
+        pop    ebx             ;
+        pop    eax             ;
+        ret                    ;  and return
 
 PutCharTarget endp
 
@@ -226,54 +226,54 @@ extrn   __p_SEG__bss_END:dword
 ;
 public __p_start
 __p_start proc near
-       pushad                          ; save initial regs
-       push    es                              ;
-       call    __pl_unpackrom          ; Call the unpacker 
-       cld                             ; Clear direction flag
-
-       lea     eax,__p_SEG__bss_END    ; load end address and 
-       lea     ebx,__p_SEG__bss_BEGIN  ; subtract start to get size
-       sub     eax,ebx
-       mov     ecx,eax                 ; This is size
-       inc     ecx
-       lea     edi,__p_SEG__bss_BEGIN  ; Zero from start address
-       mov     al,0                    ;Zero out BSS and C_COMMON      
-       rep     stosb
-
-       pop     es                      ; restore initial regs
-       popad
-       call    _main                   ; go do some work
+        pushad                         ; save initial regs
+        push   es                              ;
+        call   __pl_unpackrom          ; Call the unpacker 
+        cld                            ; Clear direction flag
+
+        lea    eax,__p_SEG__bss_END    ; load end address and 
+        lea    ebx,__p_SEG__bss_BEGIN  ; subtract start to get size
+        sub    eax,ebx
+        mov    ecx,eax                 ; This is size
+        inc    ecx
+        lea    edi,__p_SEG__bss_BEGIN  ; Zero from start address
+        mov    al,0                    ;Zero out BSS and C_COMMON      
+        rep     stosb
+
+        pop    es                      ; restore initial regs
+        popad
+        call   _main                   ; go do some work
 stopme:
        xor     eax,eax                 ; Call _EtsExitProcess(0)
-       push    eax                     ;
-       call    _EtsExitProcess         ;
-       pop     eax                     ;
-       jmp     stopme                  ;  .. in a loop just in case it ever
-                                       ;  comes back
+        push   eax                     ;
+        call   _EtsExitProcess         ;
+        pop    eax                     ;
+        jmp    stopme                  ;  .. in a loop just in case it ever
+                                       ;  comes back
 
 __p_start endp
 
 TD_hack:
-       mov     eax, __p_tdhack         ; force reference to TD-hack symbol
+        mov    eax, __p_tdhack         ; force reference to TD-hack symbol
 
 _TEXT  ends
 
 ;
-;      Hack for Turbo Debugger/TDEMB - TD will fault if the .exe being
-;      debugged doesn't have an import table.  (TD looks for the address of
-;      the table, then dereferences that address wihtout checking for NULL).
+;       Hack for Turbo Debugger/TDEMB - TD will fault if the .exe being
+;       debugged doesn't have an import table.  (TD looks for the address of
+;       the table, then dereferences that address wihtout checking for NULL).
 ;
-;      This symbol, __p_tdhack, must be declared as an import in all the
-;      .emb files shipped.  IE:
+;       This symbol, __p_tdhack, must be declared as an import in all the
+;       .emb files shipped.  IE:
 ;
-;              -implib embkern.lib
-;              -import __p_tdhack
+;               -implib embkern.lib
+;               -import __p_tdhack
 ;
-;      This forces the creation of an import table within the .EXE.
+;       This forces the creation of an import table within the .EXE.
 _DATA  segment
 extrn  __p_tdhack:dword
 _DATA  ends
-       end     __p_start
+        end    __p_start
 """)
 
 test.write("foo.lnk","""
index 007a35b3b070ea50f8a3290022b2cbb4cbd45620..5b785a392ed0fbf172c22f37b106b31082ff59c2 100644 (file)
@@ -55,9 +55,9 @@ test.write('f1.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c\n");
+        exit (0);
 }
 """)
 
@@ -65,7 +65,7 @@ test.write('f2a.c', r"""
 void
 f2a(void)
 {
-       printf("f2a.c\n");
+        printf("f2a.c\n");
 }
 """)
 
@@ -73,7 +73,7 @@ test.write('f2b.c', r"""
 void
 f2b(void)
 {
-       printf("f2b.c\n");
+        printf("f2b.c\n");
 }
 """)
 
@@ -83,11 +83,11 @@ extern void f2b(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       f2a();
-       f2b();
-       printf("f2c.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        f2a();
+        f2b();
+        printf("f2c.c\n");
+        exit (0);
 }
 """)
 
@@ -95,7 +95,7 @@ test.write('f3a.c', r"""
 void
 f3a(void)
 {
-       printf("f3a.c\n");
+        printf("f3a.c\n");
 }
 """)
 
@@ -103,7 +103,7 @@ test.write('f3b.c', r"""
 void
 f3b(void)
 {
-       printf("f3b.c\n");
+        printf("f3b.c\n");
 }
 """)
 
@@ -113,11 +113,11 @@ extern void f3b(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       f3a();
-       f3b();
-       printf("f3c.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        f3a();
+        f3b();
+        printf("f3c.c\n");
+        exit (0);
 }
 """)
 
@@ -125,9 +125,9 @@ test.write('f4.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f4.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f4.c\n");
+        exit (0);
 }
 """)
 
@@ -135,9 +135,9 @@ test.write('foo5.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo5.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo5.c\n");
+        exit (0);
 }
 """)
 
@@ -155,9 +155,9 @@ test.write('f1.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c X\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c X\n");
+        exit (0);
 }
 """)
 
@@ -165,7 +165,7 @@ test.write('f3b.c', r"""
 void
 f3b(void)
 {
-       printf("f3b.c X\n");
+        printf("f3b.c X\n");
 }
 """)
 
@@ -173,9 +173,9 @@ test.write('f4.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f4.c X\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f4.c X\n");
+        exit (0);
 }
 """)
 
@@ -183,9 +183,9 @@ test.write('foo5.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo5.c X\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo5.c X\n");
+        exit (0);
 }
 """)
 
@@ -220,9 +220,9 @@ test.write('f1.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c Y\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c Y\n");
+        exit (0);
 }
 """)
 
@@ -230,7 +230,7 @@ test.write('f3b.c', r"""
 void
 f3b(void)
 {
-       printf("f3b.c Y\n");
+        printf("f3b.c Y\n");
 }
 """)
 
@@ -238,9 +238,9 @@ test.write('f4.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f4.c Y\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f4.c Y\n");
+        exit (0);
 }
 """)
 
@@ -248,9 +248,9 @@ test.write('foo5.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo5.c Y\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo5.c Y\n");
+        exit (0);
 }
 """)
 
@@ -268,9 +268,9 @@ test.write('f1.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c Z\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c Z\n");
+        exit (0);
 }
 """)
 
@@ -278,7 +278,7 @@ test.write('f3b.c', r"""
 void
 f3b(void)
 {
-       printf("f3b.c Z\n");
+        printf("f3b.c Z\n");
 }
 """)
 
@@ -286,9 +286,9 @@ test.write('f4.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f4.c Z\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f4.c Z\n");
+        exit (0);
 }
 """)
 
@@ -296,9 +296,9 @@ test.write('foo5.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo5.c Z\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo5.c Z\n");
+        exit (0);
 }
 """)
 
index 05edf888d589f7842a7e3bb6bb691bd0d5a9f362..5002b20e11b388ca9d7e9db7112a7d05022416bd 100644 (file)
@@ -67,7 +67,7 @@ test.write('foo.c', r"""
 void
 library_function(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
@@ -75,7 +75,7 @@ test.write('bar.c', r"""
 void
 library_function(void)
 {
-       printf("bar.c\n");
+        printf("bar.c\n");
 }
 """)
 
@@ -83,9 +83,9 @@ test.write('main.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       library_function();
-       exit (0);
+        argv[argc++] = "--";
+        library_function();
+        exit (0);
 }
 """)
 
index 377536ceae90006be693d6b276b9346640e08bac..80618ba05324086960c369c6e5d3c40cc696c522 100644 (file)
@@ -64,7 +64,7 @@ test.write('foo.c', r"""
 void
 library_function(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
@@ -72,7 +72,7 @@ test.write('bar.c', r"""
 void
 library_function(void)
 {
-       printf("bar.c\n");
+        printf("bar.c\n");
 }
 """)
 
@@ -80,9 +80,9 @@ test.write('main.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       library_function();
-       exit (0);
+        argv[argc++] = "--";
+        library_function();
+        exit (0);
 }
 """)
 
index 963837564480bc43035536094ba3d841250c10bb..6ec21f36b1a6f9acf1a1b1cc9adb8cc2665aa494 100644 (file)
@@ -37,7 +37,7 @@ test = TestSCons.TestSCons()
 test.subdir('repository',
             ['repository', 'include1'],
             ['repository', 'include2'],
-           'work')
+            'work')
 
 work_foo = test.workpath('work', 'foo')
 
@@ -45,11 +45,11 @@ opts = '-Y ' + test.workpath('repository')
 
 #
 test.write(['repository', 'include1', 'foo.h'], r"""
-#define        STRING  "repository/include1/foo.h"
+#define STRING  "repository/include1/foo.h"
 """)
 
 test.write(['repository', 'include2', 'foo.h'], r"""
-#define        STRING  "repository/include2/foo.h"
+#define STRING  "repository/include2/foo.h"
 """)
 
 test.write(['repository', 'foo.c'], r"""
@@ -57,9 +57,9 @@ test.write(['repository', 'foo.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", STRING);
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", STRING);
+        exit (0);
 }
 """)
 
index 8f0a12f2460e0213f322f03ed207c180b67e760d..c4470d211477ddedad010675c9e88b6d785583fb 100644 (file)
@@ -65,9 +65,9 @@ test.write(['work', 'aaa.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("work/aaa.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("work/aaa.c\n");
+        exit (0);
 }
 """)
 
@@ -75,9 +75,9 @@ test.write(['work', 'bbb.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("work/bbb.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("work/bbb.c\n");
+        exit (0);
 }
 """)
 
index 6f06975eff55f5c8b6dd6c8b53a13fbb70068a73..93bcb85d350b2739c386011df4bca7628aa1f60b 100644 (file)
@@ -54,7 +54,7 @@ test.write(['repository', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository/aaa.c\n");
+        printf("repository/aaa.c\n");
 }
 """)
 
@@ -62,7 +62,7 @@ test.write(['repository', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository/bbb.c\n");
+        printf("repository/bbb.c\n");
 }
 """)
 
@@ -72,11 +72,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("repository/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("repository/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -98,7 +98,7 @@ test.write(['work1', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("work1/bbb.c\n");
+        printf("work1/bbb.c\n");
 }
 """)
 
@@ -116,7 +116,7 @@ test.write(['work1', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("work1/aaa.c\n");
+        printf("work1/aaa.c\n");
 }
 """)
 
@@ -126,11 +126,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("work1/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("work1/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -188,7 +188,7 @@ test.write(['repository.old', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository.old/aaa.c\n");
+        printf("repository.old/aaa.c\n");
 }
 """)
 
@@ -196,7 +196,7 @@ test.write(['repository.old', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository.old/bbb.c\n");
+        printf("repository.old/bbb.c\n");
 }
 """)
 
@@ -206,11 +206,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("repository.old/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("repository.old/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -235,7 +235,7 @@ test.write(['repository.new', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository.new/aaa.c\n");
+        printf("repository.new/aaa.c\n");
 }
 """)
 
@@ -243,7 +243,7 @@ test.write(['work2', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("work2/bbb.c\n");
+        printf("work2/bbb.c\n");
 }
 """)
 
@@ -264,7 +264,7 @@ test.write(['work2', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("work2/aaa.c\n");
+        printf("work2/aaa.c\n");
 }
 """)
 
@@ -274,11 +274,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("work2/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("work2/foo.c\n");
+        exit (0);
 }
 """)
 
index f104448feb6fe3450b8fa066ce00026afce6c0c9..087fa7e9ecd724caea2665ef38091e4908a81ca3 100644 (file)
@@ -69,7 +69,7 @@ test.write(['repository', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository/aaa.c\n");
+        printf("repository/aaa.c\n");
 }
 """)
 
@@ -77,7 +77,7 @@ test.write(['repository', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository/bbb.c\n");
+        printf("repository/bbb.c\n");
 }
 """)
 
@@ -87,11 +87,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("repository/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("repository/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -121,7 +121,7 @@ test.write(['work1', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("work1/bbb.c\n");
+        printf("work1/bbb.c\n");
 }
 """)
 
@@ -171,7 +171,7 @@ test.write(['work2', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("work2/bbb.c\n");
+        printf("work2/bbb.c\n");
 }
 """)
 
@@ -199,11 +199,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("work3/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("work3/foo.c\n");
+        exit (0);
 }
 """)
 
index ecbe444f715b2ebac5f715a0e613671418a9034a..ed360c7186a771c59f6238df6ded751eaafb033d 100644 (file)
@@ -38,7 +38,7 @@ test = TestSCons.TestSCons()
 test.subdir('repository',
             ['repository', 'src'],
             'subdir',
-           'work')
+            'work')
 
 src_SConscript = os.path.join('src', 'SConscript')
 subdir_aaa_c = test.workpath('subdir', 'aaa.c')
@@ -60,7 +60,7 @@ test.write(['repository', 'src', 'aaa.c'], r"""
 void
 src_aaa(void)
 {
-       printf("repository/src/aaa.c\n");
+        printf("repository/src/aaa.c\n");
 }
 """)
 
@@ -68,7 +68,7 @@ test.write(['subdir', 'aaa.c'], r"""
 void
 subdir_aaa(void)
 {
-       printf("subdir/aaa.c\n");
+        printf("subdir/aaa.c\n");
 }
 """)
 
@@ -78,11 +78,11 @@ extern void subdir_aaa(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       src_aaa();
-       subdir_aaa();
-       printf("repository/src/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        src_aaa();
+        subdir_aaa();
+        printf("repository/src/foo.c\n");
+        exit (0);
 }
 """)
 
index e555e9e462637bb685993f7daa401e642a2db55b..577442a2ae2a0447ed4541d43cfddf16a6be8b34 100644 (file)
@@ -47,12 +47,12 @@ env.Program(target = 'foo', source = 'foo.c')
 """ % repository)
 
 test.write(['repository', 'foo.h'], r"""
-#define        STRING1 "repository/foo.h"
+#define STRING1 "repository/foo.h"
 #include <bar.h>
 """)
 
 test.write(['repository', 'bar.h'], r"""
-#define        STRING2 "repository/bar.h"
+#define STRING2 "repository/bar.h"
 """)
 
 test.write(['repository', 'foo.c'], r"""
@@ -60,11 +60,11 @@ test.write(['repository', 'foo.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", STRING1);
-       printf("%s\n", STRING2);
-       printf("repository/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", STRING1);
+        printf("%s\n", STRING2);
+        printf("repository/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -84,7 +84,7 @@ test.up_to_date(chdir = 'work', arguments = '.')
 
 #
 test.write(['work', 'foo.h'], r"""
-#define STRING1        "work/foo.h"
+#define STRING1 "work/foo.h"
 #include <bar.h>
 """)
 
@@ -104,11 +104,11 @@ test.write(['work', 'foo.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", STRING1);
-       printf("%s\n", STRING2);
-       printf("work/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", STRING1);
+        printf("%s\n", STRING2);
+        printf("work/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -124,7 +124,7 @@ test.up_to_date(chdir = 'work', arguments = '.')
 
 #
 test.write(['work', 'bar.h'], r"""
-#define STRING2        "work/bar.h"
+#define STRING2 "work/bar.h"
 """)
 
 test.run(chdir = 'work', arguments = '.')
index 503363ed45f8d3da22a6ca5d838aa80f2c8713dd..63c274e0c7a47206f007c2f7dce7059652493e20 100644 (file)
@@ -55,7 +55,7 @@ test.write(['repository', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository/aaa.c\n");
+        printf("repository/aaa.c\n");
 }
 """)
 
@@ -63,7 +63,7 @@ test.write(['repository', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository/bbb.c\n");
+        printf("repository/bbb.c\n");
 }
 """)
 
@@ -73,11 +73,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("repository/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("repository/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -110,7 +110,7 @@ test.write(['work', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("work/bbb.c\n");
+        printf("work/bbb.c\n");
 }
 """)
 
index 777baf8b981d200d9bad6615103311ebe1f41de3..4532cc3903ea13cbe5539b3ee7fe019ce6939bbc 100644 (file)
@@ -64,12 +64,12 @@ env.Program(target = 'xxx', source = 'main.c')
 """)
 
 test.write(['repository', 'include', 'my_string.h'], r"""
-#define        MY_STRING       "repository/include/my_string.h"
+#define MY_STRING       "repository/include/my_string.h"
 """)
 
 test.write(['repository', 'src', 'include.h'], r"""
 #include <my_string.h>
-#define        LOCAL_STRING    "repository/src/include.h"
+#define LOCAL_STRING    "repository/src/include.h"
 """)
 
 test.write(['repository', 'src', 'main.c'], r"""
@@ -77,11 +77,11 @@ test.write(['repository', 'src', 'main.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", MY_STRING);
-       printf("%s\n", LOCAL_STRING);
-       printf("repository/src/main.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", MY_STRING);
+        printf("%s\n", LOCAL_STRING);
+        printf("repository/src/main.c\n");
+        exit (0);
 }
 """)
 
@@ -99,7 +99,7 @@ repository/src/main.c
 
 #
 test.write(['work', 'include', 'my_string.h'], r"""
-#define        MY_STRING       "work/include/my_string.h"
+#define MY_STRING       "work/include/my_string.h"
 """)
 
 test.run(chdir = 'work', options = opts, arguments = ".")
@@ -112,7 +112,7 @@ repository/src/main.c
 
 test.write(['work', 'src', 'include.h'], r"""
 #include <my_string.h>
-#define        LOCAL_STRING    "work/src/include.h"
+#define LOCAL_STRING    "work/src/include.h"
 """)
 
 test.run(chdir = 'work', options = opts, arguments = ".")
index db8431d04fc3aac7db4ebd5204e76258f08c14f3..6dc9add4b57076daa906788d205d96d85bc14e1b 100644 (file)
@@ -53,7 +53,7 @@ test.write(['work', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("work/aaa.c\n");
+        printf("work/aaa.c\n");
 }
 """)
 
@@ -61,7 +61,7 @@ test.write(['work', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("work/bbb.c\n");
+        printf("work/bbb.c\n");
 }
 """)
 
@@ -71,11 +71,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("work/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("work/foo.c\n");
+        exit (0);
 }
 """)
 
index 2329569f743eb163ca2e365081a4656119ef0484..8069b606ff77cf00e42d4cdc431db2f912dc29ba 100644 (file)
@@ -50,11 +50,11 @@ env.Program(target = 'foo', source = 'foo.c')
 """ % repository)
 
 foo_h_contents = """\
-#define        STRING1 "foo.h"
+#define STRING1 "foo.h"
 """
 
 bar_h_contents = """\
-#define        STRING2 "bar.h"
+#define STRING2 "bar.h"
 """
 
 test.write(['repository', 'foo.h'], foo_h_contents)
@@ -67,11 +67,11 @@ test.write(['repository', 'foo.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", STRING1);
-       printf("%s\n", STRING2);
-       printf("repository/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", STRING1);
+        printf("%s\n", STRING2);
+        printf("repository/foo.c\n");
+        exit (0);
 }
 """)
 
index 00c056c0113295805ef9582c012a48e9b86278e1..2d4164a6a7c6105e799a2c4c53fc3ce507c9ee34 100644 (file)
@@ -38,7 +38,7 @@ test = TestSCons.TestSCons()
 test.subdir('repository',
             ['repository', 'src'],
             ['repository', 'subdir'],
-           'work')
+            'work')
 
 src_SConscript = os.path.join('src', 'SConscript')
 work_src_foo = test.workpath('work', 'src', 'foo' + _exe)
@@ -59,7 +59,7 @@ test.write(['repository', 'src', 'aaa.c'], r"""
 void
 src_aaa(void)
 {
-       printf("repository/src/aaa.c\n");
+        printf("repository/src/aaa.c\n");
 }
 """)
 
@@ -67,7 +67,7 @@ test.write(['repository', 'subdir', 'aaa.c'], r"""
 void
 subdir_aaa(void)
 {
-       printf("repository/subdir/aaa.c\n");
+        printf("repository/subdir/aaa.c\n");
 }
 """)
 
@@ -77,11 +77,11 @@ extern void subdir_aaa(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       src_aaa();
-       subdir_aaa();
-       printf("repository/src/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        src_aaa();
+        subdir_aaa();
+        printf("repository/src/foo.c\n");
+        exit (0);
 }
 """)
 
index a0cc2afc5957de8d5f1f189201c9696261f89804..f855636757b59857ad3acf9f730730431aa9c273 100644 (file)
@@ -44,7 +44,7 @@ test.subdir('repository',
             ['repository', 'src2', 'include'],
             ['repository', 'src2', 'xxx'],
             ['repository', 'build2'],
-           ['repository', 'build2', 'foo'],
+            ['repository', 'build2', 'foo'],
             ['repository', 'build2', 'bar'],
             'work1',
             ['work1', 'src1'],
@@ -124,11 +124,11 @@ env2.Program('xxx', ['main.c'])
 """)
 
 test.write(['repository', 'src1', 'iii.h'], r"""
-#ifdef FOO
-#define        STRING  "REPOSITORY_FOO"
+#ifdef  FOO
+#define STRING  "REPOSITORY_FOO"
 #endif
-#ifdef BAR
-#define        STRING  "REPOSITORY_BAR"
+#ifdef  BAR
+#define STRING  "REPOSITORY_BAR"
 #endif
 """)
 
@@ -137,7 +137,7 @@ test.write(['repository', 'src1', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository/src1/aaa.c:  %s\n", STRING);
+        printf("repository/src1/aaa.c:  %s\n", STRING);
 }
 """)
 
@@ -146,7 +146,7 @@ test.write(['repository', 'src1', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository/src1/bbb.c:  %s\n", STRING);
+        printf("repository/src1/bbb.c:  %s\n", STRING);
 }
 """)
 
@@ -157,51 +157,51 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-#ifdef BAR
-       printf("Only when -DBAR.\n");
+#ifdef  BAR
+        printf("Only when -DBAR.\n");
 #endif
-       aaa();
-       bbb();
-       printf("repository/src1/main.c:  %s\n", STRING);
-       exit (0);
+        aaa();
+        bbb();
+        printf("repository/src1/main.c:  %s\n", STRING);
+        exit (0);
 }
 """)
 
 test.write(['repository', 'src2', 'include', 'my_string.h'], r"""
-#ifdef FOO
-#define        INCLUDE_OS      "FOO"
+#ifdef  FOO
+#define INCLUDE_OS      "FOO"
 #endif
-#ifdef BAR
-#define        INCLUDE_OS      "BAR"
+#ifdef  BAR
+#define INCLUDE_OS      "BAR"
 #endif
-#define        INCLUDE_STRING  "repository/src2/include/my_string.h:  %s\n"
+#define INCLUDE_STRING  "repository/src2/include/my_string.h:  %s\n"
 """)
 
 test.write(['repository', 'src2', 'xxx', 'include.h'], r"""
 #include <my_string.h>
-#ifdef FOO
-#define        XXX_OS          "FOO"
+#ifdef  FOO
+#define XXX_OS          "FOO"
 #endif
-#ifdef BAR
-#define        XXX_OS          "BAR"
+#ifdef  BAR
+#define XXX_OS          "BAR"
 #endif
-#define        XXX_STRING      "repository/src2/xxx/include.h:  %s\n"
+#define XXX_STRING      "repository/src2/xxx/include.h:  %s\n"
 """)
 
 test.write(['repository', 'src2', 'xxx', 'main.c'], r"""
 #include <include.h>
-#ifdef FOO
-#define        MAIN_OS         "FOO"
+#ifdef  FOO
+#define MAIN_OS         "FOO"
 #endif
-#ifdef BAR
-#define        MAIN_OS         "BAR"
+#ifdef  BAR
+#define MAIN_OS         "BAR"
 #endif
 main()
 {
-       printf(INCLUDE_STRING, INCLUDE_OS);
-       printf(XXX_STRING, XXX_OS);
-       printf("repository/src2/xxx/main.c:  %s\n", MAIN_OS);
-       exit (0);
+        printf(INCLUDE_STRING, INCLUDE_OS);
+        printf(XXX_STRING, XXX_OS);
+        printf("repository/src2/xxx/main.c:  %s\n", MAIN_OS);
+        exit (0);
 }
 """)
 
@@ -270,11 +270,11 @@ test.up_to_date(chdir = 'work1', options = opts + " OS=bar", arguments = 'build1
 time.sleep(2)
 
 test.write(['work1', 'src1', 'iii.h'], r"""
-#ifdef FOO
-#define        STRING  "WORK_FOO"
+#ifdef  FOO
+#define STRING  "WORK_FOO"
 #endif
-#ifdef BAR
-#define        STRING  "WORK_BAR"
+#ifdef  BAR
+#define STRING  "WORK_BAR"
 #endif
 """)
 
@@ -327,13 +327,13 @@ test.fail_test(os.path.exists(test.workpath('work2', 'build2', 'bar', 'src2', 'x
 time.sleep(2)
 
 test.write(['work2', 'src2', 'include', 'my_string.h'], r"""
-#ifdef FOO
-#define        INCLUDE_OS      "FOO"
+#ifdef  FOO
+#define INCLUDE_OS      "FOO"
 #endif
-#ifdef BAR
-#define        INCLUDE_OS      "BAR"
+#ifdef  BAR
+#define INCLUDE_OS      "BAR"
 #endif
-#define        INCLUDE_STRING  "work2/src2/include/my_string.h:  %s\n"
+#define INCLUDE_STRING  "work2/src2/include/my_string.h:  %s\n"
 """)
 
 #
@@ -361,13 +361,13 @@ time.sleep(2)
 
 test.write(['work2', 'src2', 'xxx', 'include.h'], r"""
 #include <my_string.h>
-#ifdef FOO
-#define        XXX_OS          "FOO"
+#ifdef  FOO
+#define XXX_OS          "FOO"
 #endif
-#ifdef BAR
-#define        XXX_OS          "BAR"
+#ifdef  BAR
+#define XXX_OS          "BAR"
 #endif
-#define        XXX_STRING      "work2/src2/xxx/include.h:  %s\n"
+#define XXX_STRING      "work2/src2/xxx/include.h:  %s\n"
 """)
 
 test.run(chdir = 'work2', options = opts, arguments = 'build2')
index dc16d629e76459de992260254e7f54016ec26616..1cffe81c4fe12bee3006b5b9e06276ee4b0fa95b 100644 (file)
@@ -56,7 +56,7 @@ test.write(['repository', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository/aaa.c\n");
+        printf("repository/aaa.c\n");
 }
 """)
 
@@ -64,7 +64,7 @@ test.write(['repository', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository/bbb.c\n");
+        printf("repository/bbb.c\n");
 }
 """)
 
@@ -74,11 +74,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("repository/foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("repository/foo.c\n");
+        exit (0);
 }
 """)
 
@@ -91,7 +91,7 @@ test.write(['repository', 'src', 'aaa.c'], r"""
 void
 aaa(void)
 {
-       printf("repository/src/aaa.c\n");
+        printf("repository/src/aaa.c\n");
 }
 """)
 
@@ -99,7 +99,7 @@ test.write(['repository', 'src', 'bbb.c'], r"""
 void
 bbb(void)
 {
-       printf("repository/src/bbb.c\n");
+        printf("repository/src/bbb.c\n");
 }
 """)
 
@@ -109,11 +109,11 @@ extern void bbb(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       aaa();
-       bbb();
-       printf("repository/src/bar.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        aaa();
+        bbb();
+        printf("repository/src/bar.c\n");
+        exit (0);
 }
 """)
 
index 25bca5f05ff0f4d79e2b52e7aeaf540e45d32531..352f217604ac735022ea9f6427a3492e2a54449f 100644 (file)
@@ -41,7 +41,7 @@ test.write('foo.c', r"""
 void
 foo(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
index aeea9589192acc42c13996864022d496216cc3a5..94c2984c0e467ae58cf3d9d0eea3f7537dd097e7 100644 (file)
@@ -41,7 +41,7 @@ test.write('foo.c', r"""
 void
 foo(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
 }
 """)
 
index 21a6a18670d608da48d263cc1777d19ba5859fc3..753d0b927d2f7a3c7cc605210b1447ca6f520e18 100644 (file)
@@ -63,7 +63,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:4] != 'swig':
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)
 
@@ -77,9 +77,9 @@ env.Copy(SWIGFLAGS = '-c++').Program(target = 'test3', source = 'test3.i')
 test.write('test1.i', r"""
 int
 main(int argc, char *argv[]) {
-       argv[argc++] = "--";
-       printf("test1.i\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("test1.i\n");
+        exit (0);
 }
 swig
 """)
@@ -93,9 +93,9 @@ test.write('test3.i', r"""
 #include <stdlib.h>
 int
 main(int argc, char *argv[]) {
-       argv[argc++] = "--";
-       printf("test3.i\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("test3.i\n");
+        exit (0);
 }
 swig
 """)
index 185cf9fa8189e1802e9a5ae2073effa5b2a1ec3e..72f87701792dce070b98ed3a95ee53af52834e49 100644 (file)
@@ -68,7 +68,7 @@ test.write('foo.c', r"""
 void
 f1(void)
 {
-       printf("foo.c\n");
+        printf("foo.c\n");
         fflush(stdout);
 }
 """)
@@ -80,7 +80,7 @@ test.write('f1.c', r"""
 void
 f1(void)
 {
-       printf("f1.c\n");
+        printf("f1.c\n");
         fflush(stdout);
 }
 """)
@@ -97,7 +97,7 @@ test.write('f2a.c', r"""
 void
 f2a(void)
 {
-       printf("f2a.c\n");
+        printf("f2a.c\n");
 }
 """)
 
@@ -105,7 +105,7 @@ test.write('f2b.c', r"""
 void
 f2b(void)
 {
-       printf("f2b.c\n");
+        printf("f2b.c\n");
 }
 """)
 
@@ -115,7 +115,7 @@ test.write('f2c.c', r"""
 void
 f2c(void)
 {
-       printf("f2c.c\n");
+        printf("f2c.c\n");
         fflush(stdout);
 }
 """)
@@ -134,7 +134,7 @@ test.write('f3a.c', r"""
 void
 f3a(void)
 {
-       printf("f3a.c\n");
+        printf("f3a.c\n");
 }
 """)
 
@@ -142,7 +142,7 @@ test.write('f3b.c', r"""
 void
 f3b(void)
 {
-       printf("f3b.c\n");
+        printf("f3b.c\n");
 }
 """)
 
@@ -152,7 +152,7 @@ test.write('f3c.c', r"""
 void
 f3c(void)
 {
-       printf("f3c.c\n");
+        printf("f3c.c\n");
         fflush(stdout);
 }
 """)
@@ -178,15 +178,15 @@ void f3c(void);
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       f1();
-       f2a();
-       f2b();
-       f2c();
-       f3a();
-       f3b();
-       f3c();
-       printf("prog.c\n");
+        argv[argc++] = "--";
+        f1();
+        f2a();
+        f2b();
+        f2c();
+        f3a();
+        f3b();
+        f3c();
+        printf("prog.c\n");
         return 0;
 }
 """)
index abd86bad0daf5528ae94d231527452ef93628e7e..9d5a617e162bc09b7eb9d6cc4578179836d3af3f 100644 (file)
@@ -49,7 +49,7 @@ def process(outfile, name):
         list = os.listdir(name)
         list.sort()
         for entry in list:
-           process(outfile, os.path.join(name, entry))
+            process(outfile, os.path.join(name, entry))
     else:
         outfile.write(open(name, 'rb').read())
 outfile = open(out, 'wb')
index fcf7394ff0a25a0c750f0aeca637da2872381698..2cda5022a363339ed95d627ece7295c178e55220 100644 (file)
@@ -52,7 +52,7 @@ def process(outfile, name):
         entries = os.listdir(name)
         entries.sort()
         for entry in entries:
-           process(outfile, os.path.join(name, entry))
+            process(outfile, os.path.join(name, entry))
     else:
         outfile.write(open(name, 'rb').read())
 outfile = open(out, 'wb')
@@ -104,7 +104,7 @@ os.system(string.join(sys.argv[1:], " "))
 foo = Environment()
 tar = foo['TAR']
 bar = Environment(TAR = '',
-                 TARFLAGS = r'%s wrapper.py ' + tar + ' -c -b 1')
+                  TARFLAGS = r'%s wrapper.py ' + tar + ' -c -b 1')
 foo.Tar(target = 'foo.tar', source = ['file10', 'file11'])
 foo.Tar(target = 'foo.tar', source = 'file12')
 bar.Tar(target = 'bar.tar', source = ['file13', 'file14'])
index 4ed080fa3d14d68d6a9430bbd36cccc8ef767b40..4f19bc16ab06197b9e0ca6c10a5b7a610034ae50 100644 (file)
@@ -44,7 +44,7 @@ infile = open(sys.argv[1], 'rb')
 out_file = open(base_name+'.dvi', 'wb')
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index badf85e0a1aa5e6d8410493f9555161a691b52fb..fa2348f001b598e1913172bae8e68c1748e82a19 100644 (file)
@@ -50,7 +50,7 @@ out_file = open(base_name+'.dvi', 'wb')
 out_file.write(opt_string + "\n")
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index 4c6f84dbce824d86777efcdf8a51a3481e8ea318..5dcfd0b6c48e16d01092531e2822e9da83e5f711 100644 (file)
@@ -44,7 +44,7 @@ infile = open(sys.argv[1], 'rb')
 out_file = open(base_name+'.pdf', 'wb')
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index 880d6d00aefb823114006857a8ff5e2357a622b7..0b6a9fcabcaf0dd0a710c7ebd789cda318b62a7e 100644 (file)
@@ -50,7 +50,7 @@ out_file = open(base_name+'.pdf', 'wb')
 out_file.write(opt_string + "\n")
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index 2015c33a822ab1640e763ef81e23510b9ac1eb58..fa0d839cf2b18a733f11430d389ee561afa09a11 100644 (file)
@@ -44,7 +44,7 @@ infile = open(sys.argv[1], 'rb')
 out_file = open(base_name+'.pdf', 'wb')
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index fb1fbf01cbb0ba6a9cfe3320430687ab1dfa0e74..1a0f8df2f6adba47ec61209d2bc5a9e03f92c2b1 100644 (file)
@@ -50,7 +50,7 @@ out_file = open(base_name+'.pdf', 'wb')
 out_file.write(opt_string + "\n")
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index a2e69fa7b9cd03e16c479a944b441b41a94c19ff..a97082224af69a434e0b9dcc318795a2a2e9b3ee 100644 (file)
@@ -44,7 +44,7 @@ infile = open(sys.argv[1], 'rb')
 out_file = open(base_name+'.dvi', 'wb')
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
@@ -129,10 +129,10 @@ Run \texttt{latex}, then \texttt{bibtex}, then \texttt{latex} twice again \cite{
 
     bib = r"""
 @Book{lamport,
-  author =      {L. Lamport},
-  title =       {{\LaTeX: A} Document Preparation System},
-  publisher =   {Addison-Wesley},
-  year =        1994
+  author =      {L. Lamport},
+  title =       {{\LaTeX: A} Document Preparation System},
+  publisher =   {Addison-Wesley},
+  year =        1994
 }
 """
 
index fa5edb69823c231d39c20b0506eb3aece3355884..7bd602fde1fdf5bb54c2a7fbd4c2197a4356da4c 100644 (file)
@@ -50,7 +50,7 @@ out_file = open(base_name+'.dvi', 'wb')
 out_file.write(opt_string + "\n")
 for l in infile.readlines():
     if l[0] != '\\':
-       out_file.write(l)
+        out_file.write(l)
 sys.exit(0)
 """)
 
index 15f44422ea01ba6385fe3cc0ade4603f7b782c51..dccfefbe378b597a6d16a96fc99c94c93b0ecd64 100644 (file)
@@ -109,7 +109,7 @@ expect = [ test.workpath(sub3_xxx_exe),
            test.workpath(sub3_xxx_exe),
            test.workpath(sub4_xxx_exe),
            test.workpath(sub3_xxx_exe),
-        ]
+         ]
 
 test.run(arguments = ".",
          stdout = test.wrap_stdout(read_str = string.join(expect, "\n") + "\n",
@@ -128,7 +128,7 @@ expect = [ test.workpath(sub4_xxx_exe),
            test.workpath(sub3_xxx_exe),
            test.workpath(sub4_xxx_exe),
            test.workpath(sub3_xxx_exe),
-        ]
+         ]
 
 test.run(arguments = ".",
          stdout = test.wrap_stdout(read_str = string.join(expect, "\n") + "\n",
index 062e4bcb6db39d92687f58b54cd91d18abf89ca1..9be1934713b28afea121876b1b3cf35f4122dd67 100644 (file)
@@ -73,10 +73,10 @@ test.write('aaa.y', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("YACC\n");
-       printf("aaa.y\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("YACC\n");
+        printf("aaa.y\n");
+        exit (0);
 }
 """)
 
@@ -84,10 +84,10 @@ test.write('bbb.yacc', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("YACC\n");
-       printf("bbb.yacc\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("YACC\n");
+        printf("bbb.yacc\n");
+        exit (0);
 }
 """)
 
@@ -146,7 +146,7 @@ yylex()
 }
 %%}
 %%%%
-input: letter newline { printf("%s\n"); };
+input:  letter newline { printf("%s\n"); };
 letter:  'a' | 'b';
 newline: '\n';
 """
index 022b23834d39ded57286e3cc90708c1c0dab48b9..2779597a1da3cffe6f51adc60ea2c9c621c88bf4 100644 (file)
@@ -70,10 +70,10 @@ test.write('aaa.y', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("YACCFLAGS\n");
-       printf("aaa.y\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("YACCFLAGS\n");
+        printf("aaa.y\n");
+        exit (0);
 }
 """)
 
@@ -119,7 +119,7 @@ yylex()
 }
 %%}
 %%%%
-input: letter newline { printf("%s\n"); };
+input:  letter newline { printf("%s\n"); };
 letter:  'a' | 'b';
 newline: '\n';
 """
index b2041e6f79d3e570d99de5d0f248989240bf2e1d..d92c0befc2c0555e1a07dcf1966b397f04de7ae5 100644 (file)
@@ -46,7 +46,7 @@ def process(outfile, name):
         list = os.listdir(name)
         list.sort()
         for entry in list:
-           process(outfile, os.path.join(name, entry))
+            process(outfile, os.path.join(name, entry))
     else:
         outfile.write(open(name, 'rb').read())
 outfile = open(sys.argv[1], 'wb')
index 67dac2022924aa7aea53b015ca67d587908f6e74..9b6443d3394c7a4091f8a36ef523be793b3c63e6 100644 (file)
@@ -48,7 +48,7 @@ env.bld(target = 'f1', source = 'f1.in')
 """ % string.replace(no_such_file, '\\', '\\\\'))
 
 test.run(arguments='-f SConstruct1 .',
-        stdout = test.wrap_stdout("%s f1.in f1\n" % no_such_file, error=1),
+         stdout = test.wrap_stdout("%s f1.in f1\n" % no_such_file, error=1),
          stderr = None,
          status = 2)
 
@@ -131,7 +131,7 @@ env.bld(target = 'f2', source = 'f2.in')
 """ % string.replace(not_executable, '\\', '\\\\'))
 
 test.run(arguments='-f SConstruct2 .',
-        stdout = test.wrap_stdout("%s f2.in f2\n" % not_executable, error=1),
+         stdout = test.wrap_stdout("%s f2.in f2\n" % not_executable, error=1),
          stderr = None,
          status = 2)
 
@@ -163,7 +163,7 @@ env.bld(target = 'f3', source = 'f3.in')
 """ % string.replace(test.workdir, '\\', '\\\\'))
 
 test.run(arguments='-f SConstruct3 .',
-        stdout = test.wrap_stdout("%s f3.in f3\n" % test.workdir, error=1),
+         stdout = test.wrap_stdout("%s f3.in f3\n" % test.workdir, error=1),
          stderr = None,
          status = 2)
 
index 571bffc98f01a929e3be7df993e87bb10948d204..120ea3a0fd15c91ee749bfb4f3ee83c7bdaa56b4 100644 (file)
@@ -110,7 +110,7 @@ a ! x
 """)
 
 test.run(stdout = "scons: Reading SConscript files ...\n",
-        stderr = """  File "SConstruct", line 2
+         stderr = """  File "SConstruct", line 2
 
     a ! x
 
@@ -144,7 +144,7 @@ raise SCons.Errors.UserError, 'Depends() require both sources and targets.'
 """)
 
 test.run(stdout = "scons: Reading SConscript files ...\n",
-        stderr = """
+         stderr = """
 scons: \*\*\* Depends\(\) require both sources and targets.
 File "SConstruct", line 4, in \?
 """, status=2)
@@ -159,7 +159,7 @@ raise InternalError, 'error inside'
 """)
 
 test.run(stdout = "scons: Reading SConscript files ...\ninternal error\n",
-        stderr = r"""Traceback \((most recent call|innermost) last\):
+         stderr = r"""Traceback \((most recent call|innermost) last\):
   File ".+", line \d+, in .+
   File ".+", line \d+, in .+
   File ".+", line \d+, in .+
index 7b8676b5f1e7441a17b7f4e162cdc0b3d5e0f241..2c22291bbe3944965b72e25ea972655d4598ccb2 100644 (file)
@@ -55,9 +55,9 @@ test.write(['sub', 'f1.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub/f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub/f1.c\n");
+        exit (0);
 }
 """)
 
@@ -65,9 +65,9 @@ test.write('f2.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f2.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f2.c\n");
+        exit (0);
 }
 """)
 
@@ -75,9 +75,9 @@ test.write(['sub', 'f3.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub/f3.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub/f3.c\n");
+        exit (0);
 }
 """)
 
@@ -85,9 +85,9 @@ test.write(['sub', 'foo4.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub/foo4.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub/foo4.c\n");
+        exit (0);
 }
 """)
 
index 7de2d834c25f8065cad91eb19e693d08250eabe0..6f486c912ff4b043c9f409febe43b40af1f0a381 100644 (file)
@@ -75,7 +75,7 @@ for i in range(1, 255):
     if not bad_char(c):
         if c in '$':
             c = '\\' + c
-       infile = "in" + c + "in"
+        infile = "in" + c + "in"
         env.Command(c + "out", infile, "cp $SOURCE $TARGET")
         env.Command("out" + c + "out", infile, "cp $SOURCE $TARGET")
         env.Command("out" + c, infile, "cp $SOURCE $TARGET")
index a883e37baa69e7c45a34dec9998e591d50b2f61b..afa845525a13c75d8a19a9d7d809838382f5ac18 100644 (file)
@@ -76,9 +76,9 @@ test.write('foo.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("foo.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
@@ -86,9 +86,9 @@ test.write('static.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("static.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("static.c\n");
+        exit (0);
 }
 """)
 
@@ -96,9 +96,9 @@ test.write('shared.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("shared.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("shared.c\n");
+        exit (0);
 }
 """)
 
index 1977679fe88c1e23cc41a226d31ed3da488d9b74..5a5d667b614c29a2063c3a8ff6234149e397f7df 100644 (file)
@@ -171,11 +171,14 @@ env.B(target = 'file4.out', source = 'file4b.in', foo=3)
 test.write('file4a.in', 'file4a.in\n')
 test.write('file4b.in', 'file4b.in\n')
 
+python_expr = string.replace(TestSCons.python, '\\', '\\\\')
+act = TestSCons.re_escape('%s build.py \$foo \$TARGET \$SOURCES' % python_expr)
+
 test.run(arguments='file4.out', 
-         stderr=TestSCons.re_escape("""
+         stderr=("""
 scons: warning: Two different environments were specified for target file4.out,
-       but they appear to have the same action: %(python)s build.py \$foo \$TARGET \$SOURCES
-""" % {'python':string.replace(TestSCons.python, '\\', '\\\\')}) + TestSCons.file_expr)
+\tbut they appear to have the same action: %s
+""" % act) + TestSCons.file_expr)
 
 test.must_match('file4.out', "3\nfile4a.in\nfile4b.in\n")
 
@@ -204,7 +207,7 @@ test.write('file5b.in', 'file5b.in\n')
 test.run(arguments='file5.out', 
          stderr=TestSCons.re_escape("""
 scons: warning: Two different environments were specified for target file5.out,
-       but they appear to have the same action: build(target, source, env)
+\tbut they appear to have the same action: build(target, source, env)
 """) + TestSCons.file_expr)
 
 test.must_match('file5.out', "file5a.in\nfile5b.in\n")
index 0a11688c6bf539c40ec9644782e40a8db201fc1c..47e067bf71b7a7523ddc3649bf3faf2ecefa0191 100644 (file)
@@ -68,23 +68,23 @@ print env.GetBuildPath('../$FOO/$BAR')
 """)
 
 test.run(arguments = '-C sub .',
-        stdout = test.wrap_stdout(read_str = '%s\n' % wpath,
-                                  build_str = "scons: `.' is up to date.\n"))
+         stdout = test.wrap_stdout(read_str = '%s\n' % wpath,
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.run(arguments = '-C sub -C dir .',
-        stdout = test.wrap_stdout(read_str = '%s\n' % wpath_sub_foo_bar,
-                                  build_str = "scons: `.' is up to date.\n"))
+         stdout = test.wrap_stdout(read_str = '%s\n' % wpath_sub_foo_bar,
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.run(arguments = ".",
-        stdout = test.wrap_stdout(read_str = 'SConstruct %s\n' % wpath,
-                                  build_str = "scons: `.' is up to date.\n"))
+         stdout = test.wrap_stdout(read_str = 'SConstruct %s\n' % wpath,
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.run(arguments = '--directory=sub/dir .',
-        stdout = test.wrap_stdout(read_str = '%s\n' % wpath_sub_foo_bar,
-                                  build_str = "scons: `.' is up to date.\n"))
+         stdout = test.wrap_stdout(read_str = '%s\n' % wpath_sub_foo_bar,
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.run(arguments = '-C %s -C %s .' % (wpath_sub_dir, wpath_sub),
-        stdout = test.wrap_stdout(read_str = '%s\n' % wpath,
-                                  build_str = "scons: `.' is up to date.\n"))
+         stdout = test.wrap_stdout(read_str = '%s\n' % wpath,
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
index 05da4c0d76ccc2b0474cf384dbb177f826f4a207..0f422e6e4ed42fd245bc88487792ff2834009159 100644 (file)
@@ -53,11 +53,11 @@ print bar.variable
 
 test.run(arguments = '-I sub1 -I sub2 .',
          stdout = test.wrap_stdout(read_str = 'sub1/foo\nsub2/bar\n',
-                                  build_str = "scons: `.' is up to date.\n"))
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.run(arguments = '--include-dir=sub2 --include-dir=sub1 .',
-        stdout = test.wrap_stdout(read_str = 'sub2/foo\nsub2/bar\n',
-                                  build_str = "scons: `.' is up to date.\n"))
+         stdout = test.wrap_stdout(read_str = 'sub2/foo\nsub2/bar\n',
+                                   build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
  
index 451e0a91da8e1a0929cf54b952ad41323096211f..c61167b4565ac327814e56875169403a1c65ba00 100644 (file)
@@ -33,10 +33,10 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-R .',
-        stderr = "Warning:  the -R option is not yet implemented\n")
+         stderr = "Warning:  the -R option is not yet implemented\n")
 
 test.run(arguments = '--no-builtin-variables .',
-        stderr = "Warning:  the --no-builtin-variables option is not yet implemented\n")
+         stderr = "Warning:  the --no-builtin-variables option is not yet implemented\n")
 
 test.pass_test()
  
index 48befe6b706e5831aa62b10a779e23a39f566b37..fbe9128b5a89b2dbe6203aebb06c8613e53e37c1 100644 (file)
@@ -35,7 +35,7 @@ test.write('SConstruct', "")
 test.run(arguments = '-S .', stderr = "Warning:  ignoring -S option\n")
 
 test.run(arguments = '--no-keep-going .',
-        stderr = "Warning:  ignoring --no-keep-going option\n")
+         stderr = "Warning:  ignoring --no-keep-going option\n")
 
 test.run(arguments = '--stop .', stderr = "Warning:  ignoring --stop option\n")
 
index 2e9729d162da909450930a3e6417e69a8951b0b1..f6d07e8606beb1506294ca44a416438d34dadd67 100644 (file)
@@ -33,16 +33,16 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-W foo .',
-        stderr = "Warning:  the -W option is not yet implemented\n")
+         stderr = "Warning:  the -W option is not yet implemented\n")
 
 test.run(arguments = '--what-if=foo .',
-        stderr = "Warning:  the --what-if option is not yet implemented\n")
+         stderr = "Warning:  the --what-if option is not yet implemented\n")
 
 test.run(arguments = '--new-file=foo .',
-        stderr = "Warning:  the --new-file option is not yet implemented\n")
+         stderr = "Warning:  the --new-file option is not yet implemented\n")
 
 test.run(arguments = '--assume-new=foo .',
-        stderr = "Warning:  the --assume-new option is not yet implemented\n")
+         stderr = "Warning:  the --assume-new option is not yet implemented\n")
 
 test.pass_test()
  
index 5f0ec39b66b8a170849b2cee453015a05dc5f402..16a3a73d270af9ed7f4b9a33b16c545c78216586 100644 (file)
@@ -161,9 +161,9 @@ test.write(['src2', 'hello.c'], r"""\
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("src2/hello.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("src2/hello.c\n");
+        exit (0);
 }
 """)
 
index ce0aed4851ff50472dfd52e68e361f2282b20e90..f60710d2e75fafcf1abc6f70e4f1c4299863da8f 100644 (file)
@@ -41,9 +41,9 @@ test.write('foo.c', r"""
 #include "foo.h"
 int main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c\n");
+        exit (0);
 }
 """)
 
index dc4f51901020fc9758ad8ad123c2db13809d6d91..2508cf244e9664263be9c9522e13c983c78c648e 100644 (file)
@@ -80,7 +80,7 @@ main(int argc, char *argv[])
 
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 1\n"
+#define FOO_STRING "include/foo.h 1\n"
 #include <bar.h>
 """)
 
@@ -112,7 +112,7 @@ main(int argc, char *argv[])
 
 test.write(['subdir', 'include', 'foo.h'],
 r"""
-#define        FOO_STRING "subdir/include/foo.h 1\n"
+#define FOO_STRING "subdir/include/foo.h 1\n"
 #include "bar.h"
 """)
 
@@ -144,7 +144,7 @@ test.up_to_date(arguments = args)
 # Make sure implicit dependenies work right when one is modifed:
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 2\n"
+#define FOO_STRING "include/foo.h 2\n"
 #include "bar.h"
 """)
 
@@ -165,7 +165,7 @@ test.up_to_date(arguments = args)
 # doesn't produce redundant rebuilds:
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 2\n"
+#define FOO_STRING "include/foo.h 2\n"
 #include "bar.h"
 #include "baz.h"
 """)
@@ -185,7 +185,7 @@ test.up_to_date(arguments = args)
 
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 2\n"
+#define FOO_STRING "include/foo.h 2\n"
 #include "baz.h"
 #include "bar.h"
 """)
@@ -228,7 +228,7 @@ test.run(program = test.workpath(variant_prog),
 # Now modifying include/foo.h should make scons aware of inc2/foo.h
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 3\n"
+#define FOO_STRING "include/foo.h 3\n"
 #include "bar.h"
 """)
 
@@ -264,7 +264,7 @@ test.run(arguments = "--implicit-cache one%s"%_obj)
 # Test forcing of implicit caching:
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 3\n"
+#define FOO_STRING "include/foo.h 3\n"
 #include "bar.h"
 """)
 
@@ -272,7 +272,7 @@ test.run(arguments = "--implicit-cache " + args)
 
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 3\n"
+#define FOO_STRING "include/foo.h 3\n"
 #include "baz.h"
 #include "bar.h"
 """)
@@ -294,7 +294,7 @@ assert string.find(test.stdout(), 'is up to date') == -1, test.stdout()
 # Test forcing rescanning:
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 3\n"
+#define FOO_STRING "include/foo.h 3\n"
 #include "bar.h"
 """)
 
@@ -302,7 +302,7 @@ test.run(arguments = "--implicit-cache " + args)
 
 test.write(['include', 'foo.h'],
 r"""
-#define        FOO_STRING "include/foo.h 3\n"
+#define FOO_STRING "include/foo.h 3\n"
 #include "baz.h"
 #include "bar.h"
 """)
index a192d19b68f761efbfc49045d923737ffacc8560..5f244d6f22135fdaab3a19cb12cff73e752e8944 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '--list-actions .',
-        stderr = "Warning:  the --list-actions option is not yet implemented\n")
+         stderr = "Warning:  the --list-actions option is not yet implemented\n")
 
 test.pass_test()
  
index dbb2ff53ccf470bd0db12dac365cbab4000c4eb2..ae02d77fd493e3a5f571b28f2e401e2f7d3eb17f 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '--list-derived .',
-        stderr = "Warning:  the --list-derived option is not yet implemented\n")
+         stderr = "Warning:  the --list-derived option is not yet implemented\n")
 
 test.pass_test()
  
index 62377febd6d0c54650d6fe19e7aaa8753fc3a9db..56d4bda5535639ae1bf14c0cd91a02af124a26cc 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '--list-where .',
-        stderr = "Warning:  the --list-where option is not yet implemented\n")
+         stderr = "Warning:  the --list-where option is not yet implemented\n")
 
 test.pass_test()
  
index 76145dfed4d9ebb14e940a1e49c909092ef44fa0..352196a3e70e03a3b681b4ca50820a58700ba76a 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '--no-print-directory .',
-        stderr = "Warning:  the --no-print-directory option is not yet implemented\n")
+         stderr = "Warning:  the --no-print-directory option is not yet implemented\n")
 
 test.pass_test()
  
index 7e28c24742f6ede114fa0cf1730e93271601803e..544a0b8d33018b4e572cce54cf6fb319406c4d07 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '--override=foo .',
-        stderr = "Warning:  the --override option is not yet implemented\n")
+         stderr = "Warning:  the --override option is not yet implemented\n")
 
 test.pass_test()
  
index 62245ab1ead309c109ed7a9e80891d9657adff02..3553f4fcc06f388e35c38c8a07d79b4f072894a3 100644 (file)
@@ -123,7 +123,7 @@ test.write('file1b.in', 'file1b.in\n')
 test.run(arguments='file1.out', 
          stderr=r"""
 scons: warning: Two different environments were specified for target file1.out,
-       but they appear to have the same action: build\(target, source, env\)
+\tbut they appear to have the same action: build\(target, source, env\)
 """ + TestSCons.file_expr)
 
 test.must_match('file1.out', "file1a.in\nfile1b.in\n")
@@ -131,7 +131,7 @@ test.must_match('file1.out', "file1a.in\nfile1b.in\n")
 test.run(arguments='--warn=duplicate-environment file1.out', 
          stderr=r"""
 scons: warning: Two different environments were specified for target file1.out,
-       but they appear to have the same action: build\(target, source, env\)
+\tbut they appear to have the same action: build\(target, source, env\)
 """ + TestSCons.file_expr)
 
 test.run(arguments='--warn=no-duplicate-environment file1.out')
index d366954a39409b53d778c67e4a5bae9e66287193..e8bc701753a53aeffcfa8711fbbbfbb33d04f963 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '--write-filenames=FILE .',
-        stderr = "Warning:  the --write-filenames option is not yet implemented\n")
+         stderr = "Warning:  the --write-filenames option is not yet implemented\n")
 
 test.pass_test()
  
index 71e42bb46fb56d209b8b0cecb218ea597c7098ec..7fd731a1ff444a301c762c91bb817706718038be 100644 (file)
@@ -36,12 +36,12 @@ test = TestSCons.TestSCons()
 # control.  The getopt module reports "--warn not a unique prefix"
 # when both are defined.  We may be able to support both in the
 # future with a more robust getopt solution.
-test.pass_test()       #XXX Short-circuit until then.
+test.pass_test()        #XXX Short-circuit until then.
 
 test.write('SConstruct', "")
 
 test.run(arguments = '--warn-undefined-variables',
-       stderr = "Warning:  the --warn-undefined-variables option is not yet implemented\n")
+        stderr = "Warning:  the --warn-undefined-variables option is not yet implemented\n")
 
 test.pass_test()
  
index f2b27f60385b56ce992446494fe1f5f4e7a0abeb..cdaf348bf15510762ba4557fdf2b0a9cd03c844f 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-b .',
-        stderr = "Warning:  ignoring -b option\n")
+         stderr = "Warning:  ignoring -b option\n")
 
 test.pass_test()
  
index 209b078c7960e8779698fc0a7b4b7fa3099f2dd6..58bc9e480b90bf7d3848f3b71676b6e61ba8c6d5 100644 (file)
@@ -28,7 +28,7 @@ import TestSCons
 
 test = TestSCons.TestSCons()
 
-test.pass_test()       #XXX Short-circuit until this is supported.
+test.pass_test()        #XXX Short-circuit until this is supported.
 
 test.subdir('subdir')
 
@@ -49,9 +49,9 @@ test.write('aaa.c', """
 int
 main(int argc, char *argv)
 {
-       argv[argc++] = "--";
-       printf("aaa.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("aaa.c\n");
+        exit (0);
 }
 """)
 
@@ -59,9 +59,9 @@ test.write('bbb.c', """
 int
 main(int argc, char *argv)
 {
-       argv[argc++] = "--";
-       printf("bbb.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("bbb.c\n");
+        exit (0);
 }
 """)
 
@@ -69,9 +69,9 @@ test.write(['subdir', 'ccc.c'], """
 int
 main(int argc, char *argv)
 {
-       argv[argc++] = "--";
-       printf("subdir/ccc.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("subdir/ccc.c\n");
+        exit (0);
 }
 """)
 
@@ -79,9 +79,9 @@ test.write(['subdir', 'ddd.c'], """
 int
 main(int argc, char *argv)
 {
-       argv[argc++] = "--";
-       printf("subdir/ddd.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("subdir/ddd.c\n");
+        exit (0);
 }
 """)
 
index 13a46de481fa1b73e5ffe5c2d53a1e734166eea5..1862ae7dc3d5f0c3d8678f90c9bc3e3a8f7770aa 100644 (file)
@@ -33,10 +33,10 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-e .',
-        stderr = "Warning:  the -e option is not yet implemented\n")
+         stderr = "Warning:  the -e option is not yet implemented\n")
 
 test.run(arguments = '--environment-overrides .',
-        stderr = "Warning:  the --environment-overrides option is not yet implemented\n")
+         stderr = "Warning:  the --environment-overrides option is not yet implemented\n")
 
 test.pass_test()
  
index 84223c222bb2e25e3031a42054bfcd6c8d0afdf5..65ec69b4e26a0122ee6585ed568231119d373c30 100644 (file)
@@ -33,13 +33,13 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-l 1 .',
-        stderr = "Warning:  the -l option is not yet implemented\n")
+         stderr = "Warning:  the -l option is not yet implemented\n")
 
 test.run(arguments = '--load-average=1 .',
-        stderr = "Warning:  the --load-average option is not yet implemented\n")
+         stderr = "Warning:  the --load-average option is not yet implemented\n")
 
 test.run(arguments = '--max-load=1 .',
-        stderr = "Warning:  the --max-load option is not yet implemented\n")
+         stderr = "Warning:  the --max-load option is not yet implemented\n")
 
 test.pass_test()
  
index cc680ae13474a466ee2a45d33b064b85b50ea9be..8ec28b71da755cab95182e3f7bc535fbea19e383 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-m .',
-        stderr = "Warning:  ignoring -m option\n")
+         stderr = "Warning:  ignoring -m option\n")
 
 test.pass_test()
  
index 90ad430a4d2bd13422b9d9fe719198355f0f647b..caa3d7683ee960e64ee0d1ee044ebddbc9220a04 100644 (file)
@@ -33,13 +33,13 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-o foo .',
-        stderr = "Warning:  the -o option is not yet implemented\n")
+         stderr = "Warning:  the -o option is not yet implemented\n")
 
 test.run(arguments = '--old-file=foo .',
-        stderr = "Warning:  the --old-file option is not yet implemented\n")
+         stderr = "Warning:  the --old-file option is not yet implemented\n")
 
 test.run(arguments = '--assume-old=foo .',
-        stderr = "Warning:  the --assume-old option is not yet implemented\n")
+         stderr = "Warning:  the --assume-old option is not yet implemented\n")
 
 test.pass_test()
  
index cdc989c183a2624302e7a4a902a5875e5b10df96..52228efb77d49f3a20d5b042dfc06cb688e657ee 100644 (file)
@@ -33,7 +33,7 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-p .',
-        stderr = "Warning:  the -p option is not yet implemented\n")
+         stderr = "Warning:  the -p option is not yet implemented\n")
 
 test.pass_test()
  
index ad58f11b9e2ebd26673c2052d7eae1f3255fb6ad..9770c9abad7da8114ad3ce7cbebfbf64bf3aeaf1 100644 (file)
@@ -33,10 +33,10 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-r .',
-        stderr = "Warning:  the -r option is not yet implemented\n")
+         stderr = "Warning:  the -r option is not yet implemented\n")
 
 test.run(arguments = '--no-builtin-rules .',
-        stderr = "Warning:  the --no-builtin-rules option is not yet implemented\n")
+         stderr = "Warning:  the --no-builtin-rules option is not yet implemented\n")
 
 test.pass_test()
  
index d8c02b8896dc7698f6e41ec5a0bbcf28a38c5a6e..ac53b812ffde8fe877b6284ae08ea42fbdaff1cc 100644 (file)
@@ -33,10 +33,10 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-t .',
-        stderr = "Warning:  ignoring -t option\n")
+         stderr = "Warning:  ignoring -t option\n")
 
 test.run(arguments = '--touch .',
-        stderr = "Warning:  ignoring --touch option\n")
+         stderr = "Warning:  ignoring --touch option\n")
 
 test.pass_test()
  
index 9c6677252cfe756b85bed679672ff3a8f9e3d71a..759131c3afcef26f94b1e7a70f39dafc68157241 100644 (file)
@@ -33,10 +33,10 @@ test = TestSCons.TestSCons()
 test.write('SConstruct', "")
 
 test.run(arguments = '-w .',
-        stderr = "Warning:  the -w option is not yet implemented\n")
+         stderr = "Warning:  the -w option is not yet implemented\n")
 
 test.run(arguments = '--print-directory .',
-        stderr = "Warning:  the --print-directory option is not yet implemented\n")
+         stderr = "Warning:  the --print-directory option is not yet implemented\n")
 
 test.pass_test()
  
index c93ff7f0942ef5f78dbc1ff986daacecb5a757d7..0a7f4d2de4396de3bf8f3a57f270442c99099f1c 100644 (file)
@@ -46,9 +46,9 @@ test.write('foo.c', r"""
 #include "foo.h"
 int main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c\n");
+        exit (0);
 }
 """)
 
index c23217589c787a8f5c1723e3de7c0b107edc3e34..eb7f818c218f3adc337a28e94d5526b4e02ab4d4 100644 (file)
@@ -46,9 +46,9 @@ test.write('foo.c', r"""
 #include "foo.h"
 int main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c\n");
+        exit (0);
 }
 """)
 
index ba18cfbc34fc6f3d7fbb7a48e1a2ea570b02530b..41329275fb2ef004dd386642410ca87890e72a2d 100644 (file)
@@ -46,9 +46,9 @@ test.write('foo.c', r"""
 #include "foo.h"
 int main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c\n");
+        exit (0);
 }
 """)
 
index 975e9b35a1e9587e66ce91a5fa9934c402ade836..faf85d971648ad98157ba4e928ec8cf2f247beb7 100644 (file)
@@ -50,9 +50,9 @@ test.write('Foo.c', r"""
 #include "Foo.h"
 int main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("f1.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("f1.c\n");
+        exit (0);
 }
 """)
 
index 93dea661abea5f11101df3820ec9fef83f0a005e..99a0ea5bbfbd11d3598a8d5624e689cea3f65652 100644 (file)
@@ -45,10 +45,10 @@ test.write('foo.c', r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
+        argv[argc++] = "--";
         bu();
-       printf("foo.c\n");
-       exit (0);
+        printf("foo.c\n");
+        exit (0);
 }
 """)
 
index fd509828becf05ee0925610814d6ed23f758db47..90af11edc06cc9f3c814133de7b4272f8de034d3 100644 (file)
@@ -69,7 +69,7 @@ XScanner = Scanner(name = 'XScanner',
                    function = scan,
                    argument = None,
                    scan_check = exists_check,
-                  skeys = ['.x'])
+                   skeys = ['.x'])
 
 def echo(env, target, source):
     t = os.path.split(str(target[0]))[1]
@@ -78,7 +78,7 @@ def echo(env, target, source):
 
 Echo = Builder(action = Action(echo, None),
                src_suffix = '.x',
-              suffix = '.x')
+               suffix = '.x')
 
 env = Environment(BUILDERS = {'Echo':Echo}, SCANNERS = [XScanner])
 
@@ -108,7 +108,7 @@ builders = Environment().Dictionary('BUILDERS')
 builders["StaticLibMerge"] = BStaticLibMerge
 
 env = Environment(BUILDERS = builders)
-e = env.Dictionary()   # Slightly easier to type
+e = env.Dictionary()    # Slightly easier to type
 
 global_env = env
 e["GlobalEnv"] = global_env
index 624c18bd390322bbb70c84480e0e26014350b347..86f629287ff6bedd45ae138a599bbd92c11ff044 100644 (file)
@@ -56,11 +56,11 @@ def re_sep(*args):
 class MyTestSCons(TestSCons.TestSCons):
     # subclass with a method for running the sconsign script
     def __init__(self, *args, **kw):
-       apply(TestSCons.TestSCons.__init__, (self,)+args, kw)
-       self.my_kw = {
+        apply(TestSCons.TestSCons.__init__, (self,)+args, kw)
+        self.my_kw = {
             'interpreter' : TestSCons.python,
-           'program' : sconsign,
-       }
+            'program' : sconsign,
+        }
     def run_sconsign(self, *args, **kw):
         kw.update(self.my_kw)
         return apply(self.run, args, kw)
@@ -85,9 +85,9 @@ test.write(['work1', 'sub1', 'hello.c'], r"""\
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub1/hello.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub1/hello.c\n");
+        exit (0);
 }
 """)
 
@@ -97,9 +97,9 @@ test.write(['work1', 'sub2', 'hello.c'], r"""\
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub2/goodbye.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub2/goodbye.c\n");
+        exit (0);
 }
 """)
 
@@ -277,9 +277,9 @@ test.write(['work2', 'sub1', 'hello.c'], r"""\
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub1/hello.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub1/hello.c\n");
+        exit (0);
 }
 """)
 
@@ -289,9 +289,9 @@ test.write(['work2', 'sub2', 'hello.c'], r"""\
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("sub2/goodbye.c\n");
-       exit (0);
+        argv[argc++] = "--";
+        printf("sub2/goodbye.c\n");
+        exit (0);
 }
 """)
 
index 3fc9f5fadd56d4358b2d1fdfe2b2109ab2480626..8fb15bf55e6f91760f0dd29512f36a12b23dab68 100644 (file)
@@ -70,9 +70,9 @@ test.write(['work1', 'foo.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", STRING);
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", STRING);
+        exit (0);
 }
 """)
 
@@ -103,9 +103,9 @@ test.write(['work2', 'foo.c'], r"""
 int
 main(int argc, char *argv[])
 {
-       argv[argc++] = "--";
-       printf("%s\n", STRING);
-       exit (0);
+        argv[argc++] = "--";
+        printf("%s\n", STRING);
+        exit (0);
 }
 """)
 
index 4180d21d4509a6f3536a0c7712799bdc4a3df634..ef8c483d3742e6c8930b76203fd925c44878527b 100644 (file)
@@ -98,14 +98,14 @@ env.Dict('dict7.out', 'dict7.list')
 env.Dict('dict8.out', 'dict8.liststr')
 """ % (python, python, python, python))
 
-test.write('func.in',          "func.in\n")
-test.write('funcstr.in',       "funcstr.in\n")
-test.write('cmd.in',           "cmd.in\n")
-test.write('cmdstr.in',        "cmdstr.in\n")
-test.write('lazy.in',          "lazy.in\n")
-test.write('lazystr.in',       "lazystr.in\n")
-test.write('list.in',          "list.in\n")
-test.write('liststr.in',       "liststr.in\n")
+test.write('func.in',           "func.in\n")
+test.write('funcstr.in',        "funcstr.in\n")
+test.write('cmd.in',            "cmd.in\n")
+test.write('cmdstr.in',         "cmdstr.in\n")
+test.write('lazy.in',           "lazy.in\n")
+test.write('lazystr.in',        "lazystr.in\n")
+test.write('list.in',           "list.in\n")
+test.write('liststr.in',        "liststr.in\n")
 
 test.write('dict1.cmd',         "dict1.cmd\n")
 test.write('dict2.cmdstr',      "dict2.cmdstr\n")