diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-26 22:05:33 +0000 |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-26 22:05:33 +0000 |
| commit | 80a3e0a604ae9aeeeaa3954d4ea9e320999704be (patch) | |
| tree | 59fc5eddc4ec0575bc3d0113be353841fd05de63 /Lib/distutils/sysconfig.py | |
| parent | 292724d9895e21d09ce7acbe4e25938ebf810fa7 (diff) | |
| download | cpython-git-80a3e0a604ae9aeeeaa3954d4ea9e320999704be.tar.gz | |
Whitespace normalization (remove tabs)
Diffstat (limited to 'Lib/distutils/sysconfig.py')
| -rw-r--r-- | Lib/distutils/sysconfig.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py index 74394abc5a..e9b728eac8 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: |
