Removed redundant spaces
[libcds.git] / cds / urcu / details / sh.h
index ed2bdca651c5c08a25b0a385ac3052a7040726e2..c2300f351b9a013039774fc287ee7ccce5b2fd66 100644 (file)
@@ -46,7 +46,7 @@ namespace cds { namespace urcu { namespace details {
     template <typename RCUtag>
     inline sh_thread_gc<RCUtag>::sh_thread_gc()
     {
-        if ( !threading::Manager::isThreadAttached() )
+        if ( !threading::Manager::isThreadAttached())
             cds::threading::Manager::attachThread();
     }