From d7745884fd8143e4bf6e41c1df8eacd7811cf937 Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Wed, 14 Aug 2024 15:03:28 +0300 Subject: [PATCH] Add missing newlines at end of files --- index/test/CMakeLists.txt | 2 +- index/test/algorithms/CMakeLists.txt | 2 +- index/test/rtree/CMakeLists.txt | 2 +- test/cs_undefined/CMakeLists.txt | 2 +- test/robustness/CMakeLists.txt | 2 +- test/robustness/convex_hull/CMakeLists.txt | 2 +- test/robustness/overlay/CMakeLists.txt | 2 +- test/robustness/overlay/areal_areal/CMakeLists.txt | 2 +- test/robustness/overlay/buffer/CMakeLists.txt | 2 +- test/robustness/overlay/linear_areal/CMakeLists.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/index/test/CMakeLists.txt b/index/test/CMakeLists.txt index 755fcc47cc..aa81b48f01 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 15f808bb58..410138a238 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 0df65b6b11..5c09204f98 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 e6846f1650..f4110499f7 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 6b4a56f4e0..9ad40d9f2f 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 f47b895eca..a3fc514203 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 cbe25c9e76..5cd93c834d 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 1ae0042526..9f39d7221c 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 92b0ec3919..a0d15fc942 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 fc3cfa2201..eef2de6be1 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)