From 127971b465a80054e1aeb88569c6f6feb99e005d Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Tue, 21 Jun 2022 16:21:52 +0200 Subject: [PATCH] removed trailing white space --- .../Region_growing/Segment_set/Least_squares_line_fit_sorting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h index ad84e4f8c29..ab11df8b35d 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h @@ -61,7 +61,7 @@ namespace Segment_set { using Neighbor_query = NeighborQuery; using Segment_map = SegmentMap; using Segment_type = typename Segment_map::value_type; - + using Item = typename InputRange::const_iterator; using Region = std::vector; using Seed_range = std::vector;