formatting
[libcds.git] / tests / unit / map2 / map_find_string.cpp
index 9ed39bdf404ef951a8096fa7b13cf267bdde4a9a..cff793d1d4523357c27eba351209954bc0171ba1 100644 (file)
@@ -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;