Removed redundant spaces
[libcds.git] / test / unit / map / test_feldman_hashmap_rcu.h
index 3a2f18df67bbe788f98bd9a1a10a55a2d96c3025..65fc5c222c542c7fcee6eaeefb2d7718c5f61ac4 100644 (file)
@@ -75,8 +75,8 @@ namespace {
             }
 
             for ( auto const& i : arrKeys )
-                ASSERT_TRUE( m.insert( i ) );
-            ASSERT_FALSE( m.empty() );
+                ASSERT_TRUE( m.insert( i ));
+            ASSERT_FALSE( m.empty());
             ASSERT_CONTAINER_SIZE( m, kkSize );
 
             // iterators
@@ -157,7 +157,7 @@ namespace {
                     EXPECT_TRUE( p == nullptr );
                 }
             }
-            ASSERT_TRUE( m.empty() );
+            ASSERT_TRUE( m.empty());
             ASSERT_CONTAINER_SIZE( m, 0 );
         }