Placate tabnanny
diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py
index 2b0bce3..91f9279 100644
--- a/Lib/distutils/sysconfig.py
+++ b/Lib/distutils/sysconfig.py
@@ -306,7 +306,7 @@
     # -- these paths are relative to the Python source, but when installed
     # the scripts are in another directory.
     if python_build:
-	g['LDSHARED'] = g['BLDSHARED']
+        g['LDSHARED'] = g['BLDSHARED']
 
     global _config_vars
     _config_vars = g