From: Tim Peters Date: Tue, 13 Jun 2006 18:37:07 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef7fe5f228292733965c87b99d50a21d64c6d196;p=python Whitespace normalization. --- diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index 7586ebce25..883ca6cc75 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py @@ -121,7 +121,7 @@ print '\n*** Changing thread stack size ***' 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"