Removed redundant spaces
[libcds.git] / test / unit / list / test_iterable_list_hp.h
index a716d11547bbaa6bd9dbdfdc4970082055059cf3..dde76085b645621f0c7963ae5d474664922da345 100644 (file)
@@ -55,7 +55,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 );
 
             guarded_ptr gp;
             ASSERT_CONTAINER_SIZE( l, 0 );
 
             guarded_ptr gp;
@@ -83,16 +83,16 @@ namespace cds_test {
                 gp->nVal = gp->nKey * 10;
 
                 ++nCount;
                 gp->nVal = gp->nKey * 10;
 
                 ++nCount;
-                ASSERT_FALSE( l.empty() );
+                ASSERT_FALSE( l.empty());
                 ASSERT_CONTAINER_SIZE( l, nCount );
             }
 
                 ASSERT_CONTAINER_SIZE( l, nCount );
             }
 
-            ASSERT_FALSE( l.empty() );
+            ASSERT_FALSE( l.empty());
             ASSERT_CONTAINER_SIZE( l, nSize );
 
             // extract() test
             for ( auto const& i : arr ) {
             ASSERT_CONTAINER_SIZE( l, nSize );
 
             // extract() test
             for ( auto const& i : arr ) {
-                ASSERT_FALSE( l.empty() );
+                ASSERT_FALSE( l.empty());
                 ASSERT_CONTAINER_SIZE( l, nCount );
                 --nCount;
 
                 ASSERT_CONTAINER_SIZE( l, nCount );
                 --nCount;
 
@@ -126,7 +126,7 @@ namespace cds_test {
                 EXPECT_FALSE( gp );
             }
 
                 EXPECT_FALSE( gp );
             }
 
-            ASSERT_TRUE( l.empty() );
+            ASSERT_TRUE( l.empty());
             ASSERT_CONTAINER_SIZE( l, 0 );
         }
     };
             ASSERT_CONTAINER_SIZE( l, 0 );
         }
     };