diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 +0000 |
commit | 47ea0e7679809003d4eaa8fb89309d83da281424 (patch) | |
tree | 72b8378bf415a48498e0577fe0e345a1de78db76 /PCbuild | |
parent | c71fe97a2c07d09144fd634f442a8ad29c84e0c0 (diff) | |
download | cpython-47ea0e7679809003d4eaa8fb89309d83da281424.tar.gz |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/build_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/build_ssl.py b/PCbuild/build_ssl.py index a369a64ed7..8f485a2580 100644 --- a/PCbuild/build_ssl.py +++ b/PCbuild/build_ssl.py @@ -118,7 +118,7 @@ def main(): # all outputs (debug/nondebug/dll/lib). So we filter the file # to exclude any "nmake" commands and then execute. tempname = "ms\\32all_py.bat" - + in_bat = open("ms\\32all.bat") temp_bat = open(tempname,"w") while 1: |