summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_queue.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-25 01:50:43 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-03-25 01:50:43 (GMT)
commite33901eb2b196149eab06f2943256e07b494fbb1 (patch)
tree81825c6becdae54bd24e7d5d744d9a87f9b0a0a8 /Lib/test/test_queue.py
parent1a9fac09377b1da9e86fd4fbb80257b49623d984 (diff)
downloadcpython-e33901eb2b196149eab06f2943256e07b494fbb1.zip
cpython-e33901eb2b196149eab06f2943256e07b494fbb1.tar.gz
cpython-e33901eb2b196149eab06f2943256e07b494fbb1.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_queue.py')
-rw-r--r--Lib/test/test_queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_queue.py b/Lib/test/test_queue.py
index 17c1def..77a1c9d 100644
--- a/Lib/test/test_queue.py
+++ b/Lib/test/test_queue.py
@@ -234,7 +234,7 @@ def worker(q):
finally:
cumlock.release()
q.task_done()
-
+
def QueueJoinTest(q):
global cum
cum = 0