Whitespace normalization, via reindent.py.

This commit is contained in:
Tim Peters 2004-07-18 06:25:50 +00:00
parent 182b5aca27
commit 3d7d372ce3
13 changed files with 49 additions and 53 deletions

View file

@ -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: