diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 (GMT) |
commit | 527e64fd68046cb6e2ff35afaf077160346d37ff (patch) | |
tree | 3cf41f7c2d1dcaabb1e36a89981820e2e4922800 /Lib/test/test_profile.py | |
parent | 2f93e28a19e3f250e8c19f9f4334cfa76f5e3645 (diff) | |
download | cpython-527e64fd68046cb6e2ff35afaf077160346d37ff.zip cpython-527e64fd68046cb6e2ff35afaf077160346d37ff.tar.gz cpython-527e64fd68046cb6e2ff35afaf077160346d37ff.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_profile.py')
-rw-r--r-- | Lib/test/test_profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_profile.py b/Lib/test/test_profile.py index 460d56f..6ff5811 100644 --- a/Lib/test/test_profile.py +++ b/Lib/test/test_profile.py @@ -7,7 +7,7 @@ import profile # (We can't use a helper function increment the timer since it would be # included in the profile and would appear to consume all the time.) ticks = 0 - + def test_main(): global ticks ticks = 0 |