]> granicus.if.org Git - python/commitdiff
Placate tabnanny
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 28 Feb 2001 19:40:27 +0000 (19:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 28 Feb 2001 19:40:27 +0000 (19:40 +0000)
Lib/distutils/sysconfig.py

index 2b0bce33e938a6ea8810b4a37d7329ed3e72e251..91f9279d875551142015c411ecdf285d0721de7c 100644 (file)
@@ -306,7 +306,7 @@ def _init_posix():
     # -- 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