From 66d448158c13267bcd31e1f88a2d068e93f49e98 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 13 Oct 2022 12:44:09 +0200 Subject: [PATCH] fix indentation --- SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h b/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h index 2c47a3bea61..17d9759018b 100644 --- a/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h +++ b/SMDS_3/include/CGAL/SMDS_3/tet_soup_to_c3t3.h @@ -50,7 +50,7 @@ void build_vertices(Tr& tr, std::vector& vertex_handle_vector) { typedef typename Tr::Vertex_handle Vertex_handle; - typedef typename Tr::Point Point; + typedef typename Tr::Point Point; vertex_handle_vector[0] = tr.tds().create_vertex(); // creates the infinite vertex tr.set_infinite_vertex(vertex_handle_vector[0]);