From ef7fe5f228292733965c87b99d50a21d64c6d196 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 13 Jun 2006 18:37:07 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/test/test_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index 7586ebce25a..883ca6cc75c 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py @@ -121,7 +121,7 @@ def task2(ident): if thread.stack_size() != 0: raise ValueError, "initial stack_size not 0" -thread.stack_size(0) +thread.stack_size(0) if thread.stack_size() != 0: raise ValueError, "stack_size not reset to default"