Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 12, 2024
1 parent 661b718 commit 982ca62
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ class Arr_counting_traits_2 : public BaseTraits {
has_construct_max_vertex_2<Base>::value,
has_is_vertical_2<Base>::value,
has_compare_y_at_x_2<Base>::value,
has_equal_2<Base>::value, // points
has_equal_2<Base>::value, // curves
has_equal_2<Base>::value, // points
has_equal_2<Base>::value, // curves
has_compare_y_at_x_left_2<Base>::value,
has_compare_y_at_x_right_2<Base>::value,
has_make_x_monotone_2<Base>::value,
Expand All @@ -881,22 +881,22 @@ class Arr_counting_traits_2 : public BaseTraits {
has_merge_2<Base>::value,
has_construct_opposite_2<Base>::value,
has_compare_endpoints_xy_2<Base>::value,
has_approximate_2<Base>::value, // coordinate
has_approximate_2<Base>::value, // point
has_approximate_2<Base>::value, // curve
has_parameter_space_in_x_2<Base>::value, // curve end
has_parameter_space_in_x_2<Base>::value, // point
has_is_on_x_identification_2<Base>::value, // point
has_is_on_x_identification_2<Base>::value, // curve
has_approximate_2<Base>::value, // coordinate
has_approximate_2<Base>::value, // point
has_approximate_2<Base>::value, // curve
has_parameter_space_in_x_2<Base>::value, // curve end
has_parameter_space_in_x_2<Base>::value, // point
has_is_on_x_identification_2<Base>::value, // point
has_is_on_x_identification_2<Base>::value, // curve
has_compare_y_on_boundary_2<Base>::value,
has_compare_y_near_boundary_2<Base>::value,
has_parameter_space_in_y_2<Base>::value, // curve end
has_parameter_space_in_y_2<Base>::value, // point
has_is_on_y_identification_2<Base>::value, // point
has_is_on_y_identification_2<Base>::value, // curve
has_compare_x_on_boundary_2<Base>::value, // points
has_compare_x_on_boundary_2<Base>::value, // point, curve end
has_compare_x_on_boundary_2<Base>::value, // curve ends
has_parameter_space_in_y_2<Base>::value, // curve end
has_parameter_space_in_y_2<Base>::value, // point
has_is_on_y_identification_2<Base>::value, // point
has_is_on_y_identification_2<Base>::value, // curve
has_compare_x_on_boundary_2<Base>::value, // points
has_compare_x_on_boundary_2<Base>::value, // point, curve end
has_compare_x_on_boundary_2<Base>::value, // curve ends
has_compare_x_near_boundary_2<Base>::value
};
};
Expand Down

0 comments on commit 982ca62

Please sign in to comment.