Remove trailing spaces
[libcds.git] / cds / container / michael_map.h
index 1f7291e9f9ea494eb2ea5fa267547846a673abc3..5cc0350a470ebf5288e947751d196b09445c4cab 100644 (file)
@@ -377,7 +377,7 @@ namespace cds { namespace container {
             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() );