From 7b5dede67c463a77f9a3de1ef03f69d5482720d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 29 Jan 2016 09:23:40 +0100 Subject: [PATCH] fix indentation issue --- Bounding_volumes/include/CGAL/Min_sphere_d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bounding_volumes/include/CGAL/Min_sphere_d.h b/Bounding_volumes/include/CGAL/Min_sphere_d.h index 8f4d870520c..be117d910f1 100644 --- a/Bounding_volumes/include/CGAL/Min_sphere_d.h +++ b/Bounding_volumes/include/CGAL/Min_sphere_d.h @@ -325,7 +325,7 @@ public: points.push_front (p); // ensure postcondition of insert } else points.push_back (p); // just append p - if (support_end == points.end()) --support_end; + if (support_end == points.end()) --support_end; } template