Whitespace normalization.
This commit is contained in:
parent
bcd8975740
commit
b94b849d65
@ -439,4 +439,3 @@ def get_versions():
|
||||
else:
|
||||
dllwrap_version = None
|
||||
return (gcc_version, ld_version, dllwrap_version)
|
||||
|
||||
|
@ -215,5 +215,3 @@ class MWerksCompiler (CCompiler) :
|
||||
if components[i] == '..':
|
||||
components[i] = ''
|
||||
return string.join(components, ':')
|
||||
|
||||
|
||||
|
@ -382,4 +382,3 @@ line 3 \\
|
||||
test_input (6, "join lines with collapsing", in_file, result6)
|
||||
|
||||
os.remove (filename)
|
||||
|
||||
|
@ -453,5 +453,3 @@ def rfc822_escape (header):
|
||||
lines = map(string.strip, lines)
|
||||
header = string.join(lines, '\n' + 8*' ')
|
||||
return header
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user