From 982ca628e210b60292c71795591e3761a6acc0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 12 Nov 2024 13:57:53 +0100 Subject: [PATCH] remove tabs --- .../include/CGAL/Arr_counting_traits_2.h | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h index 3edcd6dadff..17edd09ee07 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h @@ -870,8 +870,8 @@ private: has_construct_max_vertex_2::value, has_is_vertical_2::value, has_compare_y_at_x_2::value, - has_equal_2::value, // points - has_equal_2::value, // curves + has_equal_2::value, // points + has_equal_2::value, // curves has_compare_y_at_x_left_2::value, has_compare_y_at_x_right_2::value, has_make_x_monotone_2::value, @@ -881,22 +881,22 @@ private: has_merge_2::value, has_construct_opposite_2::value, has_compare_endpoints_xy_2::value, - has_approximate_2::value, // coordinate - has_approximate_2::value, // point - has_approximate_2::value, // curve - has_parameter_space_in_x_2::value, // curve end - has_parameter_space_in_x_2::value, // point - has_is_on_x_identification_2::value, // point - has_is_on_x_identification_2::value, // curve + has_approximate_2::value, // coordinate + has_approximate_2::value, // point + has_approximate_2::value, // curve + has_parameter_space_in_x_2::value, // curve end + has_parameter_space_in_x_2::value, // point + has_is_on_x_identification_2::value, // point + has_is_on_x_identification_2::value, // curve has_compare_y_on_boundary_2::value, has_compare_y_near_boundary_2::value, - has_parameter_space_in_y_2::value, // curve end - has_parameter_space_in_y_2::value, // point - has_is_on_y_identification_2::value, // point - has_is_on_y_identification_2::value, // curve - has_compare_x_on_boundary_2::value, // points - has_compare_x_on_boundary_2::value, // point, curve end - has_compare_x_on_boundary_2::value, // curve ends + has_parameter_space_in_y_2::value, // curve end + has_parameter_space_in_y_2::value, // point + has_is_on_y_identification_2::value, // point + has_is_on_y_identification_2::value, // curve + has_compare_x_on_boundary_2::value, // points + has_compare_x_on_boundary_2::value, // point, curve end + has_compare_x_on_boundary_2::value, // curve ends has_compare_x_near_boundary_2::value }; };