Whitespace normalization.
diff --git a/Lib/pdb.py b/Lib/pdb.py
index fd44beb..83884d7 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -231,7 +231,7 @@
         to the prompt.
 
         Checks whether this line is typed at the normal prompt or in
-        a breakpoint command list definition. 
+        a breakpoint command list definition.
         """
         if not self.commands_defining:
             return cmd.Cmd.onecmd(self, line)
diff --git a/Lib/test/test_iterlen.py b/Lib/test/test_iterlen.py
index 7d2cfb2..af4467e 100644
--- a/Lib/test/test_iterlen.py
+++ b/Lib/test/test_iterlen.py
@@ -256,4 +256,3 @@
 
 if __name__ == "__main__":
     test_main()
-