Whitespace normalization.

This commit is contained in:
Tim Peters 2006-06-13 18:37:07 +00:00
parent a7090dfc2c
commit ef7fe5f228
1 changed files with 1 additions and 1 deletions

View File

@ -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"