From 29d543c9f447f195f62cbabf8af2ef6799fcd8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 4 Oct 2022 09:16:32 +0200 Subject: [PATCH] remove tabs --- Triangulation/include/CGAL/Triangulation_data_structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation/include/CGAL/Triangulation_data_structure.h b/Triangulation/include/CGAL/Triangulation_data_structure.h index 54147d52a67..2b8ca29f8fc 100644 --- a/Triangulation/include/CGAL/Triangulation_data_structure.h +++ b/Triangulation/include/CGAL/Triangulation_data_structure.h @@ -1364,7 +1364,7 @@ Triangulation_data_structure else read(is, index); s->set_vertex(j, vertices[index]); - s->vertex(j)->set_full_cell(s); + s->vertex(j)->set_full_cell(s); } // read other non-combinatorial information for the full_cells is >> (*s);