Removed redundant spaces
[libcds.git] / cds / urcu / details / check_deadlock.h
index 382161808cfbd226a2983a68b826015ec6f0cf90..281e5f6abfdd2ee5db42a94b8a1eb2f52127156a 100644 (file)
@@ -41,8 +41,8 @@ namespace cds { namespace urcu { namespace details {
     {
         static void check()
         {
-            assert( !RCU::is_locked() );
-            if ( RCU::is_locked() )
+            assert( !RCU::is_locked());
+            if ( RCU::is_locked())
                 throw cds::urcu::rcu_deadlock();
         }
     };
@@ -59,7 +59,7 @@ namespace cds { namespace urcu { namespace details {
     {
         static void check()
         {
-            assert( !RCU::is_locked() );
+            assert( !RCU::is_locked());
         }
     };