From bb169a00d0e504ef1d9c1755a2a18bcc02831daf Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 30 Dec 2015 08:31:02 +0100 Subject: [PATCH] Remove extra semicolon after namespace (pedantic error) --- Point_set_shape_detection_3/include/CGAL/Plane_regularization.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_shape_detection_3/include/CGAL/Plane_regularization.h b/Point_set_shape_detection_3/include/CGAL/Plane_regularization.h index 2c7fe70bea9..b041410cbb1 100644 --- a/Point_set_shape_detection_3/include/CGAL/Plane_regularization.h +++ b/Point_set_shape_detection_3/include/CGAL/Plane_regularization.h @@ -767,6 +767,6 @@ The implementation follows \cgalCite{cgal:vla-lod-15}. }; -}; // namespace CGAL +} // namespace CGAL #endif // CGAL_PLANE_REGULARIZATION_H