mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Whitespace normalization (get rid of tabs).
This commit is contained in:
parent
af7a302c78
commit
bffa52f07f
6 changed files with 98 additions and 100 deletions
|
@ -97,4 +97,3 @@ def unctrl(c):
|
||||||
if bits & 0x80:
|
if bits & 0x80:
|
||||||
return "!" + rep
|
return "!" + rep
|
||||||
return rep
|
return rep
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue