]> granicus.if.org Git - python/commitdiff
whitespace normalization
authorSkip Montanaro <skip@pobox.com>
Tue, 6 Jul 2004 21:53:27 +0000 (21:53 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 6 Jul 2004 21:53:27 +0000 (21:53 +0000)
Lib/idlelib/PyShell.py

index 0ee70d9f86b2bf7e3c2d1ff629af0a06efa7c791..5b920b2049934e54ac62f49bd38ac40386bde51f 100644 (file)
@@ -834,8 +834,8 @@ class PyShell(OutputWindow):
     closing = False
 
     def set_warning_stream(self, stream):
-       global warning_stream
-       warning_stream = stream
+        global warning_stream
+        warning_stream = stream
 
     def get_warning_stream(self):
         return warning_stream