Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80a3e0a

Browse files
committed
Whitespace normalization (remove tabs)
1 parent 292724d commit 80a3e0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/distutils/sysconfig.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ def get_python_inc(plat_specific=0, prefix=None):
6666
elif os.name == "nt":
6767
return os.path.join(prefix, "include")
6868
elif os.name == "mac":
69-
if plat_specific:
70-
return os.path.join(prefix, "Mac", "Include")
71-
else:
72-
return os.path.join(prefix, "Include")
69+
if plat_specific:
70+
return os.path.join(prefix, "Mac", "Include")
71+
else:
72+
return os.path.join(prefix, "Include")
7373
elif os.name == "os2":
7474
return os.path.join(prefix, "Include")
7575
else:

0 commit comments

Comments
 (0)