Removed redundant spaces
[libcds.git] / cds / threading / details / pthread_manager.h
index 16090f97093525c6851517ed4d8857a3c401b47c..dce4aadb2d5c307b678a5e9b1eda7d4820ea4d14 100644 (file)
@@ -90,7 +90,7 @@ namespace cds { namespace threading {
 
                 static ThreadData *    get()
                 {
-                    return reinterpret_cast<ThreadData *>( pthread_getspecific( m_key ) );
+                    return reinterpret_cast<ThreadData *>( pthread_getspecific( m_key ));
                 }
 
                 static void alloc()
@@ -204,7 +204,7 @@ namespace cds { namespace threading {
                 assert( pData );
 
                 if ( pData ) {
-                    if ( pData->fini() )
+                    if ( pData->fini())
                         _threadData( do_detachThread );
                 }
                 else