Normalized all the end-of-class lines.
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py
index f644e9f..56bc4c9 100644
--- a/Lib/distutils/command/sdist.py
+++ b/Lib/distutils/command/sdist.py
@@ -519,7 +519,7 @@
         if not self.keep_tree:
             remove_tree (base_dir, self.verbose, self.dry_run)
 
-# class Dist
+# class sdist
 
 
 # ----------------------------------------------------------------------