Removed redundant spaces
[libcds.git] / test / stress / queue / random.cpp
index 1094d82e0dff434f07c48a2febebe74da2f50c21..2e7cbe1b2fea62fb9910dc864f366275014c25fa 100644 (file)
@@ -180,7 +180,7 @@ namespace {
         template <class Queue>
         void analyze( Queue& q  )
         {
-            EXPECT_TRUE( q.empty() );
+            EXPECT_TRUE( q.empty());
 
             std::vector< size_t > arrPushCount;
             arrPushCount.resize( s_nThreadCount, 0 );