Remove trailing spaces
[libcds.git] / cds / intrusive / michael_set_nogc.h
index 9c9ae882e6ed5ca2551117a33a95629b38a74b9f..c3138b9bc34de63070cb178fe372b53efa0b52c3 100644 (file)
@@ -145,7 +145,7 @@ namespace cds { namespace intrusive {
             static_assert( std::is_same<gc, typename bucket_type::gc>::value, "GC and OrderedList::gc must be the same");
 
             // atomicity::empty_item_counter is not allowed as a item counter
-            static_assert( !std::is_same<item_counter, atomicity::empty_item_counter>::value, 
+            static_assert( !std::is_same<item_counter, atomicity::empty_item_counter>::value,
                            "atomicity::empty_item_counter is not allowed as a item counter");
 
             m_Buckets = bucket_table_allocator().NewArray( bucket_count() );