spacing cleanup

This commit is contained in:
Christopher Faylor 2003-01-14 20:31:47 +00:00
parent ee8d419fd4
commit 9a47ce7f74

View File

@ -632,7 +632,8 @@ pthread::static_cancel_self (void)
}
DWORD pthread::cancelable_wait (HANDLE object, DWORD timeout, const bool do_cancel)
DWORD
pthread::cancelable_wait (HANDLE object, DWORD timeout, const bool do_cancel)
{
DWORD res;
HANDLE wait_objects[2];
@ -2768,6 +2769,7 @@ void
pthreadNull::pop_cleanup_handler (int const execute)
{
}
unsigned long
pthreadNull::getsequence_np ()
{