summaryrefslogtreecommitdiff
path: root/Tools/pybench/systimes.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pybench/systimes.py')
-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()