From 29a0343ec919a3b93aadbb09d3abf9e793be6dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 18 May 2022 11:57:37 +0200 Subject: [PATCH] remove trailing whitespace --- .../Region_growing_on_polygon_mesh/Polyline_graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Polyline_graph.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Polyline_graph.h index 7ec7d715b1b..736fad36644 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Polyline_graph.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Polyline_graph.h @@ -134,7 +134,7 @@ namespace Polygon_mesh { FaceToRegionMap face_to_region_map, const NamedParameters& np = parameters::default_values()) : Polyline_graph(pmesh, edges(pmesh), face_to_region_map, np) {} - + /*! \brief initializes all internal data structures. \tparam FaceToRegionMap