white space

This commit is contained in:
Christopher Faylor
2005-02-13 18:17:29 +00:00
parent ba8c69552f
commit 264f41f081
17 changed files with 42 additions and 42 deletions

View File

@@ -255,7 +255,7 @@ cygthread::terminate_thread ()
if (!inuse)
goto force_notterminated;
(void) TerminateThread (h, 0);
(void) WaitForSingleObject (h, INFINITE);
CloseHandle (h);
@@ -285,7 +285,7 @@ cygthread::terminate_thread ()
#endif
release (true);
}
goto out;
force_notterminated: