From 264957da64a35ca977799720ab436890d0dbf6f7 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 29 Oct 2016 17:28:18 +0300 Subject: [PATCH] Fixed formatting --- cds/intrusive/details/split_list_base.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + ); } }; -- 2.34.1