diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index 4eed11c51ceb4833160be383ca86bad8275a2886..2975a07484c4587b51a5870fa525236ee672dca5 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)) {