Removed trailing whitespaces
[libcds.git] / tests / unit / map2 / map_insdel_func.cpp
index 6898d390020390401b4db7df633b36b528e45050..964b38e914cac7f5b447a4350018f1049239af13 100644 (file)
@@ -20,7 +20,7 @@ namespace map2 {
     size_t  Map_InsDel_func::c_nMaxLoadFactor = def_nMaxLoadFactor;  // maximum load factor
     bool    Map_InsDel_func::c_bPrintGCState = true;
 
-    void Map_InsDel_func::setUpParams( const CppUnitMini::TestCfg& cfg ) 
+    void Map_InsDel_func::setUpParams( const CppUnitMini::TestCfg& cfg )
     {
         c_nInsertThreadCount = cfg.getULong("InsertThreadCount", def_nInsertThreadCount );
         c_nDeleteThreadCount = cfg.getULong("DeleteThreadCount", def_nDeleteThreadCount );