summaryrefslogtreecommitdiffstats
path: root/Lib/setuptools/command/build_ext.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 (GMT)
commit584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch)
treef2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/command/build_ext.py
parent17a35f906c29e71510d749283b381d95a5de0316 (diff)
downloadcpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.zip
cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.gz
cpython-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.bz2
Whilespace normalization (reindint.py).
Diffstat (limited to 'Lib/setuptools/command/build_ext.py')
-rw-r--r--Lib/setuptools/command/build_ext.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/setuptools/command/build_ext.py b/Lib/setuptools/command/build_ext.py
index a4b9047..f8551fb 100644
--- a/Lib/setuptools/command/build_ext.py
+++ b/Lib/setuptools/command/build_ext.py
@@ -283,5 +283,3 @@ else:
self.create_static_lib(
objects, basename, output_dir, debug, target_lang
)
-
-