diff options
author | Georg Brandl <georg@python.org> | 2014-01-10 10:50:47 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-10 10:50:47 +0100 |
commit | b754562ea05d8eac5baccc4b0c7c650751e8b005 (patch) | |
tree | 7b9c65e97ed4a67f10927d8c12455612918d3e6f /tests/test_examplefiles.py | |
parent | c46a6d235361790b9cb9ccc5444e8d83b3a4e090 (diff) | |
download | pygments-b754562ea05d8eac5baccc4b0c7c650751e8b005.tar.gz |
Whitespace cleanup.
Diffstat (limited to 'tests/test_examplefiles.py')
-rw-r--r-- | tests/test_examplefiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py index 4beaa0c7..d3d91241 100644 --- a/tests/test_examplefiles.py +++ b/tests/test_examplefiles.py @@ -38,7 +38,7 @@ def test_example_files(): code = code.decode('utf-8') except UnicodeError: code = code.decode('latin1') - + outfn = os.path.join(outdir, fn) lx = None |