]> granicus.if.org Git - python/commitdiff
Whitespace normalization (remove tabs)
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Jun 2002 22:05:33 +0000 (22:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Jun 2002 22:05:33 +0000 (22:05 +0000)
Lib/distutils/sysconfig.py

index 74394abc5ab57757668fff8eeaac40e02cbbfe46..e9b728eac87ffa03908b61eda6e91e8359346699 100644 (file)
@@ -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: