summaryrefslogtreecommitdiff
path: root/Tools/pybench
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-30 02:26:46 +0000
committerTim Peters <tim.peters@gmail.com>2006-05-30 02:26:46 +0000
commit27c70598a87ca2dad013e7532ca249f1d1651eca (patch)
treef4b858a134b49cd3a27efebdbdf763cffaf5255e /Tools/pybench
parentaba19bc45fb3f0c45cb4511e2b9c1fca637fb2b3 (diff)
downloadcpython-git-27c70598a87ca2dad013e7532ca249f1d1651eca.tar.gz
Whitespace normalization.
Diffstat (limited to 'Tools/pybench')
-rw-r--r--Tools/pybench/systimes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/systimes.py b/Tools/pybench/systimes.py
index 1ca6f78035..79d249f8bb 100644
--- a/Tools/pybench/systimes.py
+++ b/Tools/pybench/systimes.py
@@ -179,7 +179,7 @@ def test_workload():
print 'after:', t1
print 'differences:', (t1[0] - t0[0], t1[1] - t0[1])
print
-
+
def test_idle():
print 'Testing systimes() under idle conditions'
t0 = systimes()