diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-13 18:37:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-13 18:37:07 (GMT) |
commit | ef7fe5f228292733965c87b99d50a21d64c6d196 (patch) | |
tree | 71a4b0bed641aa77fe38bd3345c47d21bd704079 /Lib | |
parent | a7090dfc2c97a788a8c8c63975ee54c261d03998 (diff) | |
download | cpython-ef7fe5f228292733965c87b99d50a21d64c6d196.zip cpython-ef7fe5f228292733965c87b99d50a21d64c6d196.tar.gz cpython-ef7fe5f228292733965c87b99d50a21d64c6d196.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index 7586ebc..883ca6c 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" |