Remove trailing spaces
[libcds.git] / tests / unit / set2 / set_types.h
index 568f26e363a012de7d3cb0f4b8484d094a17d7a6..1b6daf803acad1d347e5fb6e2a624c083b88b7cd 100644 (file)
@@ -412,7 +412,7 @@ namespace set2 {
         typedef cc::MichaelHashSet< rcu_sht, MichaelList_RCU_SHT_less_stdAlloc_seqcst, traits_MichaelSet_stdAlloc > MichaelSet_RCU_SHT_less_stdAlloc_seqcst;
 #endif
 
-        struct traits_MichaelSet_michaelAlloc : 
+        struct traits_MichaelSet_michaelAlloc :
             public cc::michael_set::make_traits<
                 co::hash< hash >,
                 co::allocator< memory::MichaelAllocator<int> >