Remove trailing spaces
[libcds.git] / cds / intrusive / michael_set_rcu.h
index 13fdc34796eb7230110d3b757d94719fb089130c..1e1859bf4b3ae1af2e3ed822e2d5af6011adf8ed 100644 (file)
@@ -203,7 +203,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() );