formatting
[libcds.git] / tests / unit / alloc / hoard_threadtest.cpp
index 26c4f2188435ec97acbb212d46531df935c24c03..bd351cfcdb6bb5b1fcbc9d6896c9f3b165c86d0e 100644 (file)
@@ -129,12 +129,10 @@ namespace memory {
                         ALLOC::stat( stEnd );
 
                         std::cout << "\nStatistics:\n"
-                            << stEnd
-;
+                            << stEnd;
                         stEnd -= stBegin;
                         std::cout << "\nDelta statistics:\n"
-                            << stEnd
-;
+                            << stEnd;
                     }
                 }
                 s_nCurBlockSize *= 2;