commit | 27c70598a87ca2dad013e7532ca249f1d1651eca | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue May 30 02:26:46 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue May 30 02:26:46 2006 +0000 |
tree | f4b858a134b49cd3a27efebdbdf763cffaf5255e | |
parent | aba19bc45fb3f0c45cb4511e2b9c1fca637fb2b3 [diff] [blame] |
Whitespace normalization.
diff --git a/Tools/pybench/systimes.py b/Tools/pybench/systimes.py index 1ca6f78..79d249f 100644 --- a/Tools/pybench/systimes.py +++ b/Tools/pybench/systimes.py
@@ -179,7 +179,7 @@ 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()