Mercurial > public > mercurial-scm > hg-stable
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 |
parents | a6477aa893b8 |
children | b8d750daadde |
line wrap: on
line diff
--- a/tests/printenv.py Mon Oct 20 14:52:58 2008 +0200 +++ b/tests/printenv.py Mon Oct 20 14:57:04 2008 +0200 @@ -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