Whilespace normalization (reindint.py).
diff --git a/Lib/setuptools/command/sdist.py b/Lib/setuptools/command/sdist.py
index 6026a7c..829cd3c 100755
--- a/Lib/setuptools/command/sdist.py
+++ b/Lib/setuptools/command/sdist.py
@@ -144,7 +144,7 @@
self.filelist.append(os.path.join(ei_cmd.egg_info,'SOURCES.txt'))
self.check_metadata()
- self.make_distribution()
+ self.make_distribution()
dist_files = getattr(self.distribution,'dist_files',[])
for file in self.archive_files:
@@ -161,4 +161,3 @@
# dying and thus masking the real error
sys.exc_info()[2].tb_next.tb_frame.f_locals['template'].close()
raise
-