Removed redundant spaces
[libcds.git] / cds / threading / details / cxx11_manager.h
index b758e3a3ab6c408175679603a56a6309f872d97d..9bac49412429bbc878b1df3b91789f91b8de68e9 100644 (file)
@@ -109,9 +109,9 @@ namespace cds { namespace threading {
             /// This method must be called in end of thread execution
             static void detachThread()
             {
             /// 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();
             }
 
                     destroy_thread_data();
             }