Whitespace normalization.

This commit is contained in:
Tim Peters 2006-04-21 16:34:54 +00:00
parent cd84b92f08
commit f9cc594096
15 changed files with 563 additions and 577 deletions

View file

@ -775,4 +775,3 @@ class SimpleComplexArithmetic(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -407,4 +407,3 @@ class Recursion(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -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

View file

@ -500,4 +500,3 @@ class SimpleDictManipulation(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -677,5 +677,3 @@ class TryExcept(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -136,4 +136,3 @@ class SecondSubmoduleImport(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -64,5 +64,3 @@ class CreateInstances(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -289,4 +289,3 @@ class SmallLists(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
l = [] l = []

View file

@ -943,4 +943,3 @@ class BuiltinMethodLookup(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass

View file

@ -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]

View file

@ -362,4 +362,3 @@ class SmallTuples(Test):
for i in xrange(self.rounds): for i in xrange(self.rounds):
pass pass