From: khizmax Date: Fri, 11 Dec 2015 05:53:32 +0000 (+0300) Subject: formatting X-Git-Tag: v2.1.0~33 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=de7265d9624bd5f50a5fb9563235b5ab4d26f91b;p=libcds.git formatting --- diff --git a/tests/unit/map2/map_find_string.cpp b/tests/unit/map2/map_find_string.cpp index 9ed39bdf..cff793d1 100644 --- a/tests/unit/map2/map_find_string.cpp +++ b/tests/unit/map2/map_find_string.cpp @@ -22,7 +22,7 @@ namespace map2 { nSize = 0; for ( size_t i = 0; i < nSize && i < arrString.size(); ++i ) { - bool bExists = CppUnitMini::Rand( 100 ) <= nPercent; + bool bExists = CppUnitMini::Rand( 100 ) <= nPercent; m_Arr.push_back( { &arrString.at(i), bExists } ); if ( bExists ) ++nSize;