diff options
| author | Larry Hastings <larry@hastings.org> | 2015-09-09 06:54:57 -0700 |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2015-09-09 06:54:57 -0700 |
| commit | 52e40cd9ecfc815973583bdfff2ec8650e6114a1 (patch) | |
| tree | eb254bfcf211e84744943135fe957507f0bda44d /Lib/distutils/tests/test_msvccompiler.py | |
| parent | ded28e386349f9cd3cb883d9873d9d10ffabe86f (diff) | |
| download | cpython-git-52e40cd9ecfc815973583bdfff2ec8650e6114a1.tar.gz | |
Whitespace fixes to make the commit hook on hg.python.org happy.
Diffstat (limited to 'Lib/distutils/tests/test_msvccompiler.py')
| -rw-r--r-- | Lib/distutils/tests/test_msvccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_msvccompiler.py b/Lib/distutils/tests/test_msvccompiler.py index 874d6035e8..c4d911ff83 100644 --- a/Lib/distutils/tests/test_msvccompiler.py +++ b/Lib/distutils/tests/test_msvccompiler.py @@ -77,7 +77,7 @@ class msvccompilerTestCase(support.TempdirManager, compiler.initialize() dll = compiler._vcruntime_redist self.assertTrue(os.path.isfile(dll)) - + compiler._copy_vcruntime(tempdir) self.assertFalse(os.path.isfile(os.path.join( |
