Removed trailing spaces
[libcds.git] / test / unit / intrusive-set / test_intrusive_feldman_hashset.h
index da71af1c4b64a03421fb6866083d1cf3cf9e7bce..c545a9fe8f1903865857f75a2ea27fecb9254219 100644 (file)
@@ -59,7 +59,7 @@ namespace cds_test {
 
             void clear_stat()
             {
 
             void clear_stat()
             {
-                memset( this, 0, sizeof( *this ) );
+                memset( this, 0, sizeof( *this ));
             }
         };
 
             }
         };
 
@@ -194,7 +194,7 @@ namespace cds_test {
         struct cmp2 {
             int operator ()( key_val const& lhs, key_val const& rhs ) const
             {
         struct cmp2 {
             int operator ()( key_val const& lhs, key_val const& rhs ) const
             {
-                if ( lhs.key() < rhs.key() )
+                if ( lhs.key() < rhs.key())
                     return -1;
                 return lhs.key() > rhs.key() ? 1 : 0;
             }
                     return -1;
                 return lhs.key() > rhs.key() ? 1 : 0;
             }