From: Neal Norwitz Date: Wed, 26 Jun 2002 22:05:33 +0000 (+0000) Subject: Whitespace normalization (remove tabs) X-Git-Tag: v2.3c1~5193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80a3e0a604ae9aeeeaa3954d4ea9e320999704be;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization (remove tabs) --- diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 74394abc5ab5..e9b728eac87f 100644 --- a/Lib/distutils/sysconfig.py +++ b/Lib/distutils/sysconfig.py @@ -66,10 +66,10 @@ def get_python_inc(plat_specific=0, prefix=None): elif os.name == "nt": return os.path.join(prefix, "include") elif os.name == "mac": - if plat_specific: - return os.path.join(prefix, "Mac", "Include") - else: - return os.path.join(prefix, "Include") + if plat_specific: + return os.path.join(prefix, "Mac", "Include") + else: + return os.path.join(prefix, "Include") elif os.name == "os2": return os.path.join(prefix, "Include") else: