From dad0287b69b5b347b1c687f8fc363b343bc42f73 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 3 Mar 2021 14:34:56 +0000 Subject: [PATCH] Remove trailing whitespace --- .../internal/Isotropic_remeshing/remesh_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h index edb6f3e0dbc..d0bd9bf2a00 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h @@ -1920,7 +1920,7 @@ private: Vector_3 no = compute_normal(face(opposite(h, mesh_), mesh_)); return n * no > 0.; } - + public: const Triangle_list& input_triangles() const { return input_triangles_;