Remove trailing spaces
[libcds.git] / tests / unit / map2 / map_delodd.cpp
index 382a63e09fcee4cd3e593f7f1d2b4b0f25b8d0d1..4eb1512d284e36a9a9718a9b44b8fb5f656ad7c5 100644 (file)
@@ -102,9 +102,9 @@ namespace std {
 } // namespace std
 
 namespace boost {
-    inline size_t hash_value( map2::key_thread const& k )\r
-    {\r
-        return std::hash<size_t>()( k.nKey );\r
+    inline size_t hash_value( map2::key_thread const& k )
+    {
+        return std::hash<size_t>()( k.nKey );
     }
     template <>
     struct hash<map2::key_thread>