Removed trailing spaces
[libcds.git] / test / unit / set / split_lazy_nogc.cpp
index 498da03fd261ed4d50bf48d1105dc93a145996aa..520f4344df1c9782e08cbd4dfe49891302107e55 100644 (file)
@@ -52,11 +52,11 @@ namespace {
 
     TEST_F( SplitListLazySet_NoGC, compare )
     {
-        typedef cc::SplitListSet< gc_type, int_item, 
+        typedef cc::SplitListSet< gc_type, int_item,
             typename cc::split_list::make_traits<
                 cc::split_list::ordered_list< cc::lazy_list_tag >
                 , cds::opt::hash< hash_int >
-                , cc::split_list::ordered_list_traits< 
+                , cc::split_list::ordered_list_traits<
                     typename cc::lazy_list::make_traits<
                         cds::opt::compare< cmp >
                     >::type
@@ -70,11 +70,11 @@ namespace {
 
     TEST_F( SplitListLazySet_NoGC, less )
     {
-        typedef cc::SplitListSet< gc_type, int_item, 
+        typedef cc::SplitListSet< gc_type, int_item,
             typename cc::split_list::make_traits<
                 cc::split_list::ordered_list< cc::lazy_list_tag >
                 , cds::opt::hash< hash_int >
-                , cc::split_list::ordered_list_traits< 
+                , cc::split_list::ordered_list_traits<
                     typename cc::lazy_list::make_traits<
                         cds::opt::less< less >
                     >::type
@@ -88,11 +88,11 @@ namespace {
 
     TEST_F( SplitListLazySet_NoGC, cmpmix )
     {
-        typedef cc::SplitListSet< gc_type, int_item, 
+        typedef cc::SplitListSet< gc_type, int_item,
             typename cc::split_list::make_traits<
                 cc::split_list::ordered_list< cc::lazy_list_tag >
                 , cds::opt::hash< hash_int >
-                , cc::split_list::ordered_list_traits< 
+                , cc::split_list::ordered_list_traits<
                     typename cc::lazy_list::make_traits<
                         cds::opt::less< less >
                         , cds::opt::compare< cmp >