summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 06:25:50 +0000
committerTim Peters <tim.peters@gmail.com>2004-07-18 06:25:50 +0000
commit47ea0e7679809003d4eaa8fb89309d83da281424 (patch)
tree72b8378bf415a48498e0577fe0e345a1de78db76 /PCbuild
parentc71fe97a2c07d09144fd634f442a8ad29c84e0c0 (diff)
downloadcpython-47ea0e7679809003d4eaa8fb89309d83da281424.tar.gz
Whitespace normalization, via reindent.py.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/build_ssl.py2
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: