Removed redundant spaces
[libcds.git] / test / unit / list / test_list_rcu.h
index cf4b2cb1bb5489e2c34b79dd785ce2dc54c3fe6e..eff095dd2225c90163a065b2c9c46b25b8905d25 100644 (file)
@@ -54,7 +54,7 @@ namespace cds_test {
             }
             shuffle( arr, arr + nSize );
 
             }
             shuffle( arr, arr + nSize );
 
-            ASSERT_TRUE( l.empty() );
+            ASSERT_TRUE( l.empty());
             ASSERT_CONTAINER_SIZE( l, 0 );
 
             typedef typename List::exempt_ptr exempt_ptr;
             ASSERT_CONTAINER_SIZE( l, 0 );
 
             typedef typename List::exempt_ptr exempt_ptr;
@@ -67,11 +67,11 @@ namespace cds_test {
                     rcu_lock lock;
                     raw_ptr rp = l.get( i.nKey );
                     EXPECT_TRUE( !rp );
                     rcu_lock lock;
                     raw_ptr rp = l.get( i.nKey );
                     EXPECT_TRUE( !rp );
-                    rp = l.get_with( other_item( i.nKey ), other_less() );
+                    rp = l.get_with( other_item( i.nKey ), other_less());
                     EXPECT_TRUE( !rp );
                 }
 
                     EXPECT_TRUE( !rp );
                 }
 
-                EXPECT_TRUE( l.insert( i ) );
+                EXPECT_TRUE( l.insert( i ));
 
                 {
                     rcu_lock lock;
 
                 {
                     rcu_lock lock;
@@ -96,7 +96,7 @@ namespace cds_test {
                 }
             }
 
                 }
             }
 
-            ASSERT_FALSE( l.empty() );
+            ASSERT_FALSE( l.empty());
             ASSERT_CONTAINER_SIZE( l, nSize );
 
             // extract()
             ASSERT_CONTAINER_SIZE( l, nSize );
 
             // extract()
@@ -141,7 +141,7 @@ namespace cds_test {
                 }
             }
 
                 }
             }
 
-            ASSERT_TRUE( l.empty() );
+            ASSERT_TRUE( l.empty());
             ASSERT_CONTAINER_SIZE( l, 0 );
         }
     };
             ASSERT_CONTAINER_SIZE( l, 0 );
         }
     };