Removed redundant spaces
[libcds.git] / test / stress / map / map_type.h
index 08373a6621ebedc1ce9d0307aa7dbf1761774eb6..44f51fb0103fd7fa273354deaa89858111d82425 100644 (file)
@@ -64,7 +64,7 @@ namespace map {
     struct cmp {
         int operator ()(Key const& k1, Key const& k2) const
         {
     struct cmp {
         int operator ()(Key const& k1, Key const& k2) const
         {
-            if ( less<Key>( k1, k2 ) )
+            if ( less<Key>( k1, k2 ))
                 return -1;
             return less<Key>( k2, k1 ) ? 1 : 0;
         }
                 return -1;
             return less<Key>( k2, k1 ) ? 1 : 0;
         }