Removed redundant spaces
[libcds.git] / cds / threading / details / gcc_manager.h
index b69f0ed6f13a9c3e7aa5b2b4abf1e0f5017df9b3..e86ec737569438b5473c0c7a05af162fe3917a41 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();
             }