From: khizmax Date: Sat, 29 Oct 2016 14:28:18 +0000 (+0300) Subject: Fixed formatting X-Git-Tag: v2.2.0~84 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=264957da64a35ca977799720ab436890d0dbf6f7;p=libcds.git Fixed formatting --- diff --git a/cds/intrusive/details/split_list_base.h b/cds/intrusive/details/split_list_base.h index b6c51cc7..44b7d349 100644 --- a/cds/intrusive/details/split_list_base.h +++ b/cds/intrusive/details/split_list_base.h @@ -106,6 +106,7 @@ namespace cds { namespace intrusive { }; //@cond + // for IterableList template <> struct node: public hash_node { @@ -1040,7 +1041,10 @@ namespace cds { namespace intrusive { aux_node() { typedef typename native_ordered_list::node_type list_node_type; - list_node_type::data.store( typename list_node_type::marked_data_ptr( static_cast( static_cast( this ))), atomics::memory_order_release ); + list_node_type::data.store( typename list_node_type::marked_data_ptr( + static_cast( static_cast( this ))), + atomics::memory_order_release + ); } };