Fixed botched indent in _init_mac() code.  (It may never be executed,
but it still can't have any syntax errors.  Went a little too fast
there, Jack? :-)
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py
index 473faea..d013d1b 100644
--- a/Lib/distutils/sysconfig.py
+++ b/Lib/distutils/sysconfig.py
@@ -341,7 +341,7 @@
 
     import MacOS
     if not hasattr(MacOS, 'runtimemodel'):
-    g['SO'] = '.ppc.slb'
+        g['SO'] = '.ppc.slb'
     else:
         g['SO'] = '.%s.slb' % MacOS.runtimemodel