Removed redundant spaces
[libcds.git] / cds / threading / details / msvc_manager.h
index 191158a99946ad4b2401aff25c5a35fc7d84a20f..966dba22c92e1ceb85476c8fbe85555e44063355 100644 (file)
@@ -109,9 +109,9 @@ namespace cds { namespace threading {
             /// This method must be called in end of thread execution
             static void detachThread()
             {
-                assert( _threadData() );
+                assert( _threadData());
 
-                if ( _threadData()->fini() )
+                if ( _threadData()->fini())
                     destroy_thread_data();
             }