Removed trailing spaces
authorkhizmax <libcds.dev@gmail.com>
Mon, 31 Jul 2017 07:46:43 +0000 (10:46 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 31 Jul 2017 07:46:43 +0000 (10:46 +0300)
commit512d2216f4843bb853811931fed6c234234a89ad
tree7f115b016d3553f785157448dd2c2fe7dc74af46
parent217c36ba8f1a2ff3d7591352dab481c39e69ea70
Removed trailing spaces
74 files changed:
cds/algo/backoff_strategy.h
cds/algo/bit_reversal.h
cds/algo/flat_combining/wait_strategy.h
cds/algo/split_bitstring.h
cds/compiler/gcc/compiler_macro.h
cds/compiler/gcc/defs.h
cds/container/details/skip_list_base.h
cds/container/impl/bronson_avltree_map_rcu.h
cds/container/michael_map.h
cds/container/michael_set.h
cds/container/weak_ringbuffer.h
cds/details/throw_exception.h
cds/gc/details/hp_common.h
cds/gc/dhp.h
cds/gc/hp.h
cds/intrusive/details/feldman_hashset_base.h
cds/intrusive/details/skip_list_base.h
cds/intrusive/details/split_list_base.h
cds/intrusive/ellen_bintree_rcu.h
cds/intrusive/impl/feldman_hashset.h
cds/intrusive/impl/iterable_list.h
cds/intrusive/michael_set.h
cds/intrusive/split_list.h
cds/intrusive/striped_set.h
cds/memory/vyukov_queue_pool.h
cds/os/alloc_aligned.h
cds/sync/spinlock.h
cds/threading/details/pthread_manager.h
cds/threading/details/wintls_manager.h
cds/urcu/details/gp.h
src/dhp.cpp
src/hp.cpp
src/thread_data.cpp
test/include/cds_test/ext_byteswap.h
test/include/cds_test/fc_hevy_value.h
test/stress/main.cpp
test/stress/map/del3/map_del3.cpp
test/stress/map/delodd/map_delodd.cpp
test/stress/map/find_string/map_find_string.cpp
test/stress/map/insdel_func/map_insdel_func.cpp
test/stress/map/insdel_item_int/map_insdel_item_int.cpp
test/stress/map/insdel_string/map_insdel_string.cpp
test/stress/map/insdelfind/map_insdelfind.cpp
test/stress/map/iter_erase/map_iter_erase.cpp
test/stress/map/iter_erase/map_iter_erase.h
test/stress/map/minmax/map_minmax.h
test/stress/queue/intrusive_push_pop.cpp
test/stress/queue/pop.cpp
test/stress/queue/push.cpp
test/stress/queue/push_pop.cpp
test/stress/queue/random.cpp
test/stress/queue/spsc_buffer.cpp
test/stress/queue/spsc_queue.cpp
test/stress/queue/std_queue.h
test/stress/set/del3/set_del3.cpp
test/stress/set/delodd/set_delodd.cpp
test/stress/set/insdel_find/set_insdelfind.cpp
test/stress/set/insdel_func/set_insdel_func.cpp
test/stress/set/insdel_string/set_insdel_string.cpp
test/stress/set/iter_erase/set_iter_erase.cpp
test/stress/set/iteration/set_iteration.cpp
test/stress/set/set_type_feldman_hashset.h
test/unit/intrusive-list/test_intrusive_iterable_list.h
test/unit/intrusive-set/test_intrusive_michael_iterable_hp.h
test/unit/map/test_michael_iterable_hp.h
test/unit/misc/bit_reversal.cpp
test/unit/misc/cxx11_atomic_class.cpp
test/unit/misc/split_bitstring.cpp
test/unit/queue/fcqueue.cpp
test/unit/queue/test_bounded_queue.h
test/unit/queue/vyukov_mpmc_queue.cpp
test/unit/queue/weak_ringbuffer.cpp
test/unit/set/test_michael_iterable_hp.h
test/unit/set/test_split_iterable_hp.h