diff --git a/index/test/CMakeLists.txt b/index/test/CMakeLists.txt index 755fcc47c..aa81b48f0 100644 --- a/index/test/CMakeLists.txt +++ b/index/test/CMakeLists.txt @@ -14,4 +14,4 @@ foreach(item IN ITEMS endforeach() add_subdirectory(algorithms) -add_subdirectory(rtree) \ No newline at end of file +add_subdirectory(rtree) diff --git a/index/test/algorithms/CMakeLists.txt b/index/test/algorithms/CMakeLists.txt index 15f808bb5..410138a23 100644 --- a/index/test/algorithms/CMakeLists.txt +++ b/index/test/algorithms/CMakeLists.txt @@ -16,4 +16,4 @@ foreach(item IN ITEMS path_intersection ) boost_geometry_add_unit_test("index" ${item}) -endforeach() \ No newline at end of file +endforeach() diff --git a/index/test/rtree/CMakeLists.txt b/index/test/rtree/CMakeLists.txt index 0df65b6b1..5c09204f9 100644 --- a/index/test/rtree/CMakeLists.txt +++ b/index/test/rtree/CMakeLists.txt @@ -16,4 +16,4 @@ foreach(item IN ITEMS #compile-fail rtree_values_invalid ) boost_geometry_add_unit_test("index" ${item}) -endforeach() \ No newline at end of file +endforeach() diff --git a/test/cs_undefined/CMakeLists.txt b/test/cs_undefined/CMakeLists.txt index e6846f165..f4110499f 100644 --- a/test/cs_undefined/CMakeLists.txt +++ b/test/cs_undefined/CMakeLists.txt @@ -18,4 +18,4 @@ foreach(item IN ITEMS setops2 ) boost_geometry_add_unit_test("cs_undefined" ${item}) -endforeach() \ No newline at end of file +endforeach() diff --git a/test/robustness/CMakeLists.txt b/test/robustness/CMakeLists.txt index 6b4a56f4e..9ad40d9f2 100644 --- a/test/robustness/CMakeLists.txt +++ b/test/robustness/CMakeLists.txt @@ -7,4 +7,4 @@ add_subdirectory(convex_hull) add_subdirectory(overlay) -#add_subdirectory(within) \ No newline at end of file +#add_subdirectory(within) diff --git a/test/robustness/convex_hull/CMakeLists.txt b/test/robustness/convex_hull/CMakeLists.txt index f47b895ec..a3fc51420 100644 --- a/test/robustness/convex_hull/CMakeLists.txt +++ b/test/robustness/convex_hull/CMakeLists.txt @@ -9,4 +9,4 @@ foreach(item IN ITEMS random_multi_points ) boost_geometry_add_unit_test("robustness" ${item}) -endforeach() \ No newline at end of file +endforeach() diff --git a/test/robustness/overlay/CMakeLists.txt b/test/robustness/overlay/CMakeLists.txt index cbe25c9e7..5cd93c834 100644 --- a/test/robustness/overlay/CMakeLists.txt +++ b/test/robustness/overlay/CMakeLists.txt @@ -7,4 +7,4 @@ add_subdirectory(areal_areal) add_subdirectory(buffer) -add_subdirectory(linear_areal) \ No newline at end of file +add_subdirectory(linear_areal) diff --git a/test/robustness/overlay/areal_areal/CMakeLists.txt b/test/robustness/overlay/areal_areal/CMakeLists.txt index 1ae004252..9f39d7221 100644 --- a/test/robustness/overlay/areal_areal/CMakeLists.txt +++ b/test/robustness/overlay/areal_areal/CMakeLists.txt @@ -17,4 +17,4 @@ foreach(item IN ITEMS ticket_9081 ) boost_geometry_add_unit_test("robustness" ${item}) -endforeach() \ No newline at end of file +endforeach() diff --git a/test/robustness/overlay/buffer/CMakeLists.txt b/test/robustness/overlay/buffer/CMakeLists.txt index 92b0ec391..a0d15fc94 100644 --- a/test/robustness/overlay/buffer/CMakeLists.txt +++ b/test/robustness/overlay/buffer/CMakeLists.txt @@ -11,4 +11,4 @@ foreach(item IN ITEMS recursive_polygons_buffer ) boost_geometry_add_unit_test("robustness" ${item}) -endforeach() \ No newline at end of file +endforeach() diff --git a/test/robustness/overlay/linear_areal/CMakeLists.txt b/test/robustness/overlay/linear_areal/CMakeLists.txt index fc3cfa220..eef2de6be 100644 --- a/test/robustness/overlay/linear_areal/CMakeLists.txt +++ b/test/robustness/overlay/linear_areal/CMakeLists.txt @@ -5,4 +5,4 @@ # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -boost_geometry_add_unit_test("robustness" recursive_polygons_linear_areal) \ No newline at end of file +boost_geometry_add_unit_test("robustness" recursive_polygons_linear_areal)