]> granicus.if.org Git - python/commitdiff
Reindent
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Feb 2014 14:49:06 +0000 (15:49 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 28 Feb 2014 14:49:06 +0000 (15:49 +0100)
Lib/test/test_source_encoding.py

index 39b623e637fe2ac99cbbf1691ab7dae0373de9ea..92cf8d94c5978d891eebe2a4c69be0f65dc9559a 100644 (file)
@@ -60,7 +60,7 @@ class SourceEncodingTest(unittest.TestCase):
         self.assertRaises(SyntaxError, eval, b'\xef\xbb\x20')
 
     def test_20731(self):
-        sub = subprocess.Popen([sys.executable, 
+        sub = subprocess.Popen([sys.executable,
                         os.path.join(os.path.dirname(__file__),
                                      'coding20731.py')],
                         stderr=subprocess.PIPE)