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 7630e8b43c3..b576709ac2e 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
};
};