From dfecf519da1b5455327ab6fc65daa61d8554a341 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 5 Sep 2024 17:21:40 +0200 Subject: [PATCH] trailing whitespaces --- Stream_support/include/CGAL/IO/OM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stream_support/include/CGAL/IO/OM.h b/Stream_support/include/CGAL/IO/OM.h index 4c46bbed599..c715234066e 100644 --- a/Stream_support/include/CGAL/IO/OM.h +++ b/Stream_support/include/CGAL/IO/OM.h @@ -88,7 +88,7 @@ bool write_OM(std::string fname, SM& sm, VFeaturePM vfpm, EFeaturePM efpm) omesh.request_edge_status(); omesh.request_vertex_status(); - + std::size_t nbe = 0; std::size_t nbv = 0; for (auto h : halfedges(sm))