Updated copyright
[libcds.git] / test / unit / intrusive-list / intrusive_lazy_dhp.cpp
index 73246179bd91a92ad6ffe8c2c8595ab62962c318..9f94b5ba273b86c94cb3da68712db42950b0975f 100644 (file)
@@ -1,11 +1,11 @@
 /*
     This file is a part of libcds - Concurrent Data Structures library
 
-    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
+    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
 
     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:
 
@@ -67,11 +67,11 @@ namespace {
     TEST_F( IntrusiveLazyList_DHP, base_hook )
     {
         typedef ci::LazyList< gc_type, base_item,
-            typename ci::lazy_list::make_traits< 
+            typename ci::lazy_list::make_traits<
                 ci::opt::hook< ci::lazy_list::base_hook< cds::opt::gc< gc_type >>>
                 ,ci::opt::disposer< mock_disposer >
                 ,cds::opt::less< less< base_item >>
-            >::type 
+            >::type
        > list_type;
 
        list_type l;
@@ -205,11 +205,11 @@ namespace {
     TEST_F( IntrusiveLazyList_DHP, member_hook )
     {
         typedef ci::LazyList< gc_type, member_item,
-            typename ci::lazy_list::make_traits< 
+            typename ci::lazy_list::make_traits<
                 ci::opt::hook< ci::lazy_list::member_hook< offsetof( member_item, hMember ), cds::opt::gc< gc_type >>>
                 ,ci::opt::disposer< mock_disposer >
                 ,cds::opt::less< less< member_item >>
-            >::type 
+            >::type
        > list_type;
 
        list_type l;