From f2715e076435b74638acb81512c2ee014f75aea2 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 19 Feb 2003 02:35:07 +0000 Subject: Whitespace normalization. --- Lib/test/test_dummy_threading.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/test/test_dummy_threading.py') diff --git a/Lib/test/test_dummy_threading.py b/Lib/test/test_dummy_threading.py index cc8c0e3adc..e377230ef5 100644 --- a/Lib/test/test_dummy_threading.py +++ b/Lib/test/test_dummy_threading.py @@ -9,7 +9,7 @@ import time class TestThread(_threading.Thread): - + def run(self): global running delay = random.random() * 2 @@ -54,7 +54,7 @@ def test_main(): global threads threads = [] - + starttasks() if verbose: -- cgit v1.2.1