Removed trailing spaces
[libcds.git] / test / unit / intrusive-list / intrusive_iterable_dhp.cpp
index e604978f281bddc0afd9ed899bdcc316c297b3a6..1101627db823fc8a8f23e331f5a1b9b0e700a224 100644 (file)
@@ -56,11 +56,11 @@ namespace {
     TEST_F( IntrusiveIterableList_DHP, less )
     {
         typedef ci::IterableList< gc_type, item_type,
-            typename ci::iterable_list::make_traits< 
+            typename ci::iterable_list::make_traits<
                 ci::opt::disposer< mock_disposer >
                 ,cds::opt::less< less< item_type >>
                 , cds::opt::item_counter< cds::atomicity::item_counter >
-            >::type 
+            >::type
        > list_type;
 
        list_type l;