From 5f8a6acb7a66e8d850bb07507f3d4e1bcc3fbfe1 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 8 Apr 2019 13:36:35 +0200 Subject: [PATCH] [GL] Clang-format. --- GeoLib/Polygon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index 4eed11c51ce..2975a07484c 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -271,7 +271,7 @@ bool Polygon::getNextIntersectionPointPolygonLine( return false; } -EdgeType Polygon::getEdgeType (std::size_t k, GeoLib::Point const & pnt) const +EdgeType Polygon::getEdgeType(std::size_t k, GeoLib::Point const& pnt) const { switch (getLocationOfPoint(k, pnt)) { -- GitLab