Removed redundant spaces
[libcds.git] / test / unit / queue / test_generic_queue.h
index 67ed8075ae568c6bfb89edad2ec77a231501ca53..eec329d19a9880d62cac3a524a10ae300f552841 100644 (file)
@@ -115,7 +115,7 @@ namespace cds_test {
 
             // clear
             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 );