summaryrefslogtreecommitdiffstats
path: root/PCbuild/build_ssl.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 06:25:50 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-18 06:25:50 (GMT)
commit3d7d372ce326602b274f44338168688eeb907a3b (patch)
tree221b3b3ae862fe0b1d068efb97700b55bf0018cf /PCbuild/build_ssl.py
parent182b5aca27d376b08a2904bed42b751496f932f3 (diff)
downloadcpython-3d7d372ce326602b274f44338168688eeb907a3b.zip
cpython-3d7d372ce326602b274f44338168688eeb907a3b.tar.gz
cpython-3d7d372ce326602b274f44338168688eeb907a3b.tar.bz2
Whitespace normalization, via reindent.py.
Diffstat (limited to 'PCbuild/build_ssl.py')
-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 a369a64..8f485a2 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: