more white space

This commit is contained in:
Christopher Faylor 2003-11-25 22:58:32 +00:00
parent 970ca29242
commit 8861377a2d
1 changed files with 3 additions and 2 deletions

View File

@ -324,8 +324,9 @@ pthread::create (void *(*func) (void *), pthread_attr *newattr,
precreate (newattr);
if (!magic)
return;
function = func;
arg = threadarg;
function = func;
arg = threadarg;
win32_obj_id = ::CreateThread (&sec_none_nih, attr.stacksize,
(LPTHREAD_START_ROUTINE) thread_init_wrapper,