Whitespace normalization (via reindent.py).
diff --git a/Lib/test/seq_tests.py b/Lib/test/seq_tests.py
index ae5bba3..18fb3b7 100644
--- a/Lib/test/seq_tests.py
+++ b/Lib/test/seq_tests.py
@@ -228,7 +228,7 @@
         class StopCompares:
             def __eq__(self, other):
                 raise DoNotTestEq
-        
+
         checkfirst = self.type2test([1, StopCompares()])
         self.assert_(1 in checkfirst)
         checklast = self.type2test([StopCompares(), 1])