mirror of
https://github.com/boostorg/intrusive.git
synced 2025-10-11 07:35:20 +02:00
Trailing whitespaces
[SVN r78516]
This commit is contained in:
@@ -27,8 +27,8 @@ struct stateful_value_traits
|
||||
typedef node * node_ptr;
|
||||
typedef const node * const_node_ptr;
|
||||
typedef identifier_t value_type;
|
||||
typedef identifier_t * pointer;
|
||||
typedef const identifier_t * const_pointer;
|
||||
typedef identifier_t * pointer;
|
||||
typedef const identifier_t * const_pointer;
|
||||
static const link_mode_type link_mode = normal_link;
|
||||
|
||||
stateful_value_traits(pointer ids, node_ptr node_array)
|
||||
|
Reference in New Issue
Block a user