white space.

This commit is contained in:
Christopher Faylor 2002-09-22 21:39:03 +00:00
parent c6392f6a72
commit 6299349ba4
1 changed files with 5 additions and 5 deletions

View File

@ -272,8 +272,8 @@ pthread::setTlsSelfPointer (pthread *thisThread)
/* member methods */ /* member methods */
pthread::pthread ():verifyable_object (PTHREAD_MAGIC), win32_obj_id (0), pthread::pthread ():verifyable_object (PTHREAD_MAGIC), win32_obj_id (0),
cancelstate (0), canceltype (0), cancel_event (0), cancelstate (0), canceltype (0), cancel_event (0),
joiner (NULL), cleanup_stack (NULL) joiner (NULL), cleanup_stack (NULL)
{ {
} }