From a650d596329dcb47b9eb801e99a1be384cd3dae1 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 15 Mar 2024 16:23:12 +0100 Subject: [PATCH] whitespace --- .../include/CGAL/Kernel_23/internal/Projection_traits_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_3.h b/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_3.h index 96717ef4996..9607351ee34 100644 --- a/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_3.h +++ b/Kernel_23/include/CGAL/Kernel_23/internal/Projection_traits_3.h @@ -250,7 +250,7 @@ class Construct_projected_point_3 { public: typedef typename R::Point_3 Point_3; - typedef typename R::Point_2 Point_2; + typedef typename R::Point_2 Point_2; typedef typename R::Triangle_3 Triangle_3; typedef typename R::Triangle_2 Triangle_2; typedef typename R::FT RT; @@ -545,7 +545,7 @@ public: bool operator()(const Sphere_3& s, const Bbox_2& bb) { Circle_2 circ(project(s.center()), s.squared_radius()); - + return R::Do_intersect_2()(circ,bb); } };