summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hashlib_speed.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-08-26 15:20:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-08-26 15:20:46 (GMT)
commit9e34c047325651853a95f95e538582a4f6d5b7f6 (patch)
tree97ba789e8889e26e3fd5bd729d01d5e8e2c15d70 /Lib/test/test_hashlib_speed.py
parente8889c5741b636aa798757eb5500d304b1704344 (diff)
downloadcpython-9e34c047325651853a95f95e538582a4f6d5b7f6.zip
cpython-9e34c047325651853a95f95e538582a4f6d5b7f6.tar.gz
cpython-9e34c047325651853a95f95e538582a4f6d5b7f6.tar.bz2
Whitespace normalization (via reindent.py).
Diffstat (limited to 'Lib/test/test_hashlib_speed.py')
-rw-r--r--Lib/test/test_hashlib_speed.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_hashlib_speed.py b/Lib/test/test_hashlib_speed.py
index a62d923..c84a62b 100644
--- a/Lib/test/test_hashlib_speed.py
+++ b/Lib/test/test_hashlib_speed.py
@@ -90,4 +90,3 @@ test_scaled_msg(scale=212, name='[2*small data]')
test_scaled_msg(scale=106, name='[small data]')
test_scaled_msg(scale=creatorFunc().digest_size, name='[digest_size data]')
test_scaled_msg(scale=10, name='[tiny data]')
-