mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Whitespace normalization.
This commit is contained in:
parent
cd84b92f08
commit
f9cc594096
15 changed files with 563 additions and 577 deletions
|
@ -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):
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -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):
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -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):
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -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):
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
l = []
|
l = []
|
||||||
|
|
||||||
|
|
|
@ -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'):
|
||||||
|
|
||||||
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):
|
||||||
|
|
||||||
for i in xrange(self.rounds):
|
for i in xrange(self.rounds):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue