Whitespace normalization (get rid of tabs).

This commit is contained in:
Guido van Rossum 2002-09-29 00:25:51 +00:00
parent af7a302c78
commit bffa52f07f
6 changed files with 98 additions and 100 deletions

View file

@ -97,4 +97,3 @@ def unctrl(c):
if bits & 0x80: if bits & 0x80:
return "!" + rep return "!" + rep
return rep return rep

View file

@ -313,4 +313,3 @@ def get_versions():
# anyway - so we can link OMF DLLs # anyway - so we can link OMF DLLs
ld_version = None ld_version = None
return (gcc_version, ld_version) return (gcc_version, ld_version)