Removed trailing spaces
[libcds.git] / test / unit / set / split_lazy_nogc.cpp
index 4317e323e4891e382dafe654f65dff70f2fb1aec..520f4344df1c9782e08cbd4dfe49891302107e55 100644 (file)
@@ -5,7 +5,7 @@
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
@@ -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 >