Add missing newlines at end of files

This commit is contained in:
Vissarion Fisikopoulos 2024-08-14 15:03:28 +03:00
parent 2c7301aae6
commit d7745884fd
10 changed files with 10 additions and 10 deletions

View File

@ -14,4 +14,4 @@ foreach(item IN ITEMS
endforeach() endforeach()
add_subdirectory(algorithms) add_subdirectory(algorithms)
add_subdirectory(rtree) add_subdirectory(rtree)

View File

@ -16,4 +16,4 @@ foreach(item IN ITEMS
path_intersection path_intersection
) )
boost_geometry_add_unit_test("index" ${item}) boost_geometry_add_unit_test("index" ${item})
endforeach() endforeach()

View File

@ -16,4 +16,4 @@ foreach(item IN ITEMS
#compile-fail rtree_values_invalid #compile-fail rtree_values_invalid
) )
boost_geometry_add_unit_test("index" ${item}) boost_geometry_add_unit_test("index" ${item})
endforeach() endforeach()

View File

@ -18,4 +18,4 @@ foreach(item IN ITEMS
setops2 setops2
) )
boost_geometry_add_unit_test("cs_undefined" ${item}) boost_geometry_add_unit_test("cs_undefined" ${item})
endforeach() endforeach()

View File

@ -7,4 +7,4 @@
add_subdirectory(convex_hull) add_subdirectory(convex_hull)
add_subdirectory(overlay) add_subdirectory(overlay)
#add_subdirectory(within) #add_subdirectory(within)

View File

@ -9,4 +9,4 @@ foreach(item IN ITEMS
random_multi_points random_multi_points
) )
boost_geometry_add_unit_test("robustness" ${item}) boost_geometry_add_unit_test("robustness" ${item})
endforeach() endforeach()

View File

@ -7,4 +7,4 @@
add_subdirectory(areal_areal) add_subdirectory(areal_areal)
add_subdirectory(buffer) add_subdirectory(buffer)
add_subdirectory(linear_areal) add_subdirectory(linear_areal)

View File

@ -17,4 +17,4 @@ foreach(item IN ITEMS
ticket_9081 ticket_9081
) )
boost_geometry_add_unit_test("robustness" ${item}) boost_geometry_add_unit_test("robustness" ${item})
endforeach() endforeach()

View File

@ -11,4 +11,4 @@ foreach(item IN ITEMS
recursive_polygons_buffer recursive_polygons_buffer
) )
boost_geometry_add_unit_test("robustness" ${item}) boost_geometry_add_unit_test("robustness" ${item})
endforeach() endforeach()

View File

@ -5,4 +5,4 @@
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt) # http://www.boost.org/LICENSE_1_0.txt)
boost_geometry_add_unit_test("robustness" recursive_polygons_linear_areal) boost_geometry_add_unit_test("robustness" recursive_polygons_linear_areal)