From de7265d9624bd5f50a5fb9563235b5ab4d26f91b Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 11 Dec 2015 08:53:32 +0300 Subject: [PATCH] formatting --- tests/unit/map2/map_find_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1