diff tests/printenv.py @ 7186:f77c8d8331ca

clean up trailing spaces, leading spaces in C
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 20 Oct 2008 14:57:04 +0200 (2008-10-20)
parents a6477aa893b8
children b8d750daadde
line wrap: on
line diff
--- a/tests/printenv.py
+++ b/tests/printenv.py
@@ -20,7 +20,7 @@
     import msvcrt
     msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY)
     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
-    msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY)        
+    msvcrt.setmode(sys.stderr.fileno(), os.O_BINARY)
 except ImportError:
     pass