]> granicus.if.org Git - python/commitdiff
normalize whitespace in Lib/distutils/msvc9compiler.py
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 17 Oct 2011 00:35:31 +0000 (11:35 +1100)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 17 Oct 2011 00:35:31 +0000 (11:35 +1100)
Lib/distutils/msvc9compiler.py

index 0807a360956ea380ee6606466107f13cdf9b7b99..b3f6ce10a81a6dd5d7f519495b49b25dc7f2357c 100644 (file)
@@ -715,7 +715,7 @@ class MSVCCompiler(CCompiler) :
             manifest_buf = re.sub(pattern, "", manifest_buf)
             pattern = "<dependentAssembly>\s*</dependentAssembly>"
             manifest_buf = re.sub(pattern, "", manifest_buf)
-            # Now see if any other assemblies are referenced - if not, we 
+            # Now see if any other assemblies are referenced - if not, we
             # don't want a manifest embedded.
             pattern = re.compile(
                 r"""<assemblyIdentity.*?name=(?:"|')(.+?)(?:"|')"""