Skip to content

Commit

Permalink
Add missing newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Aug 14, 2024
1 parent 2c7301a commit d774588
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ foreach(item IN ITEMS
endforeach()

add_subdirectory(algorithms)
add_subdirectory(rtree)
add_subdirectory(rtree)
2 changes: 1 addition & 1 deletion index/test/algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ foreach(item IN ITEMS
path_intersection
)
boost_geometry_add_unit_test("index" ${item})
endforeach()
endforeach()
2 changes: 1 addition & 1 deletion index/test/rtree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ foreach(item IN ITEMS
#compile-fail rtree_values_invalid
)
boost_geometry_add_unit_test("index" ${item})
endforeach()
endforeach()
2 changes: 1 addition & 1 deletion test/cs_undefined/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ foreach(item IN ITEMS
setops2
)
boost_geometry_add_unit_test("cs_undefined" ${item})
endforeach()
endforeach()
2 changes: 1 addition & 1 deletion test/robustness/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

add_subdirectory(convex_hull)
add_subdirectory(overlay)
#add_subdirectory(within)
#add_subdirectory(within)
2 changes: 1 addition & 1 deletion test/robustness/convex_hull/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ foreach(item IN ITEMS
random_multi_points
)
boost_geometry_add_unit_test("robustness" ${item})
endforeach()
endforeach()
2 changes: 1 addition & 1 deletion test/robustness/overlay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

add_subdirectory(areal_areal)
add_subdirectory(buffer)
add_subdirectory(linear_areal)
add_subdirectory(linear_areal)
2 changes: 1 addition & 1 deletion test/robustness/overlay/areal_areal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ foreach(item IN ITEMS
ticket_9081
)
boost_geometry_add_unit_test("robustness" ${item})
endforeach()
endforeach()
2 changes: 1 addition & 1 deletion test/robustness/overlay/buffer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ foreach(item IN ITEMS
recursive_polygons_buffer
)
boost_geometry_add_unit_test("robustness" ${item})
endforeach()
endforeach()
2 changes: 1 addition & 1 deletion test/robustness/overlay/linear_areal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
boost_geometry_add_unit_test("robustness" recursive_polygons_linear_areal)

0 comments on commit d774588

Please sign in to comment.