From 6aeb4eea0801cefa4ce2b16ef765891cabd5f79d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 3 May 2021 16:42:30 +0200 Subject: [PATCH] remove trailing whitespace --- Cartesian_kernel/include/CGAL/Cartesian/function_objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h b/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h index 75fbbc0389f..1cd5dea4740 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h @@ -626,7 +626,7 @@ namespace CartesianKernelFunctors { s2.source().x(), s2.source().y(), s2.target().x(), s2.target().y()); } - + result_type operator()(const Point_2& s1s, const Point_2& s1t, const Point_2& s2s, const Point_2& s2t) const {