Removed redundant spaces
[libcds.git] / test / unit / queue / test_bounded_queue.h
index 18cb423eac5133dd1b1f1f54efc92913f785809a..4edb773d5d8140f43647dc0c3306195bd037ff4a 100644 (file)
@@ -114,7 +114,7 @@ namespace cds_test {
             ASSERT_CONTAINER_SIZE( q, 0u );
 
             for ( size_t i = 0; i < nSize; ++i ) {
-                ASSERT_TRUE( q.push( static_cast<value_type>(i)) );
+                ASSERT_TRUE( q.push( static_cast<value_type>(i)));
             }
             ASSERT_FALSE( q.empty());
             ASSERT_CONTAINER_SIZE( q, nSize );