diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-04-21 16:34:54 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-04-21 16:34:54 (GMT) |
commit | f9cc5940960568ef8824f234369359060a8cf8bf (patch) | |
tree | 5639a6a1bf3722831eb8096516ef5875bdf24367 /Tools/pybench/Arithmetic.py | |
parent | cd84b92f0820f5aeca1270c8cf36da68465cb2ca (diff) | |
download | cpython-f9cc5940960568ef8824f234369359060a8cf8bf.zip cpython-f9cc5940960568ef8824f234369359060a8cf8bf.tar.gz cpython-f9cc5940960568ef8824f234369359060a8cf8bf.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Tools/pybench/Arithmetic.py')
-rw-r--r-- | Tools/pybench/Arithmetic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pybench/Arithmetic.py b/Tools/pybench/Arithmetic.py index e95c30a..4ed6219 100644 --- a/Tools/pybench/Arithmetic.py +++ b/Tools/pybench/Arithmetic.py @@ -775,4 +775,3 @@ class SimpleComplexArithmetic(Test): for i in xrange(self.rounds): pass - |