From: khizmax Date: Tue, 22 Dec 2015 14:37:28 +0000 (+0300) Subject: formatting X-Git-Tag: v2.1.0~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a8f49df45719560ad8b26fc1f519475ec5c7c1b6;p=libcds.git formatting --- diff --git a/tests/test-hdr/map/print_skiplist_stat.h b/tests/test-hdr/map/print_skiplist_stat.h index bea9d90e..59972b7f 100644 --- a/tests/test-hdr/map/print_skiplist_stat.h +++ b/tests/test-hdr/map/print_skiplist_stat.h @@ -19,8 +19,7 @@ namespace misc { std::stringstream st; if ( pszHdr ) { st << "\t\t" << pszHdr << "\n" - << s.statistics() -; + << s.statistics(); } else { st << s.statistics(); diff --git a/tests/unit/alloc/hoard_threadtest.cpp b/tests/unit/alloc/hoard_threadtest.cpp index 26c4f218..bd351cfc 100644 --- a/tests/unit/alloc/hoard_threadtest.cpp +++ b/tests/unit/alloc/hoard_threadtest.cpp @@ -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; diff --git a/tests/unit/alloc/larson.cpp b/tests/unit/alloc/larson.cpp index c230a4cb..d77c4f12 100644 --- a/tests/unit/alloc/larson.cpp +++ b/tests/unit/alloc/larson.cpp @@ -149,12 +149,10 @@ namespace memory { ALLOC::stat( stEnd ); std::cout << "\nStatistics:\n" - << stEnd -; + << stEnd; stEnd -= stBegin; std::cout << "\nDelta statistics:\n" - << stEnd -; + << stEnd; } } } diff --git a/tests/unit/alloc/linux_scale.cpp b/tests/unit/alloc/linux_scale.cpp index c6507d6d..9a76a26f 100644 --- a/tests/unit/alloc/linux_scale.cpp +++ b/tests/unit/alloc/linux_scale.cpp @@ -111,12 +111,10 @@ namespace memory { ALLOC::stat( stEnd ); std::cout << "\nStatistics:\n" - << stEnd -; + << stEnd; stEnd -= stBegin; std::cout << "\nDelta statistics:\n" - << stEnd -; + << stEnd; } } } diff --git a/tests/unit/alloc/random.cpp b/tests/unit/alloc/random.cpp index 9a60d83a..95fcbb2a 100644 --- a/tests/unit/alloc/random.cpp +++ b/tests/unit/alloc/random.cpp @@ -149,12 +149,10 @@ namespace memory { ALLOC::stat( stEnd ); std::cout << "\nStatistics:\n" - << stEnd -; + << stEnd; stEnd -= stBegin; std::cout << "\nDelta statistics:\n" - << stEnd -; + << stEnd; } }