Commit f5b35c21 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 2a51c882
......@@ -775,4 +775,3 @@ class SimpleComplexArithmetic(Test):
for i in xrange(self.rounds):
pass
......@@ -407,4 +407,3 @@ class Recursion(Test):
for i in xrange(self.rounds):
pass
......@@ -562,4 +562,3 @@ class ForLoops(Test):
l1 = range(1000)
for i in xrange(self.rounds):
pass
......@@ -500,4 +500,3 @@ class SimpleDictManipulation(Test):
for i in xrange(self.rounds):
pass
......@@ -677,5 +677,3 @@ class TryExcept(Test):
for i in xrange(self.rounds):
pass
......@@ -136,4 +136,3 @@ class SecondSubmoduleImport(Test):
for i in xrange(self.rounds):
pass
......@@ -64,5 +64,3 @@ class CreateInstances(Test):
for i in xrange(self.rounds):
pass
......@@ -289,4 +289,3 @@ class SmallLists(Test):
for i in xrange(self.rounds):
l = []
......@@ -943,4 +943,3 @@ class BuiltinMethodLookup(Test):
for i in xrange(self.rounds):
pass
......@@ -560,5 +560,3 @@ if hasattr('', 'lower'):
for i in xrange(self.rounds):
s = data[i % len_data]
......@@ -362,4 +362,3 @@ class SmallTuples(Test):
for i in xrange(self.rounds):
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