Commit f5b35c21 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 2a51c882
...@@ -775,4 +775,3 @@ class SimpleComplexArithmetic(Test): ...@@ -775,4 +775,3 @@ class SimpleComplexArithmetic(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -407,4 +407,3 @@ class Recursion(Test): ...@@ -407,4 +407,3 @@ class Recursion(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -562,4 +562,3 @@ class ForLoops(Test): ...@@ -562,4 +562,3 @@ class ForLoops(Test):
l1 = range(1000) l1 = range(1000)
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -500,4 +500,3 @@ class SimpleDictManipulation(Test): ...@@ -500,4 +500,3 @@ class SimpleDictManipulation(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -677,5 +677,3 @@ class TryExcept(Test): ...@@ -677,5 +677,3 @@ class TryExcept(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -136,4 +136,3 @@ class SecondSubmoduleImport(Test): ...@@ -136,4 +136,3 @@ class SecondSubmoduleImport(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -64,5 +64,3 @@ class CreateInstances(Test): ...@@ -64,5 +64,3 @@ class CreateInstances(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -289,4 +289,3 @@ class SmallLists(Test): ...@@ -289,4 +289,3 @@ class SmallLists(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
l = [] l = []
...@@ -943,4 +943,3 @@ class BuiltinMethodLookup(Test): ...@@ -943,4 +943,3 @@ class BuiltinMethodLookup(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
...@@ -560,5 +560,3 @@ if hasattr('', 'lower'): ...@@ -560,5 +560,3 @@ if hasattr('', 'lower'):
for i in xrange(self.rounds): for i in xrange(self.rounds):
s = data[i % len_data] s = data[i % len_data]
...@@ -362,4 +362,3 @@ class SmallTuples(Test): ...@@ -362,4 +362,3 @@ class SmallTuples(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment