]> granicus.if.org Git - python/commitdiff
Normalize whitespace
authorZachary Ware <zachary.ware@gmail.com>
Sun, 8 Dec 2013 06:38:54 +0000 (00:38 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Sun, 8 Dec 2013 06:38:54 +0000 (00:38 -0600)
Lib/test/test_dis.py

index 30cada18daf7646094af575213dd1accfe427340..9edf60202ea6d6e7c503749d93da50811e6da090 100644 (file)
@@ -228,7 +228,7 @@ class DisTests(unittest.TestCase):
         # so fails if the tests are run with -O.  Skip this test then.
 
         if __debug__:
-           self.do_disassembly_test(bug1333982, dis_bug1333982)
+            self.do_disassembly_test(bug1333982, dis_bug1333982)
 
     def test_big_linenos(self):
         def func(count):