Removed trailing spaces
[libcds.git] / test / unit / intrusive-set / test_intrusive_michael_iterable.h
index a505ad008df5bf4617422d083ca97b8183907a72..aa47b6ef0abc4428a5f1f207f4ed81642f594149 100644 (file)
@@ -79,9 +79,9 @@ namespace cds_test {
                 , nVal(0)
             {}
 
-            int key() const 
-            { 
-                return nKey; 
+            int key() const
+            {
+                return nKey;
             }
         };
 
@@ -256,7 +256,7 @@ namespace cds_test {
                 case 0:
                     ASSERT_TRUE( s.insert( i ));
                     ASSERT_FALSE( s.insert( i ));
-                    updResult = s.update( i, []( value_type& val, value_type* arg) 
+                    updResult = s.update( i, []( value_type& val, value_type* arg)
                         {
                             ASSERT_TRUE( arg != nullptr );
                             EXPECT_EQ( val.key(), arg->key() );