Skip to content
Snippets Groups Projects
Commit 5f8a6acb authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[GL] Clang-format.

parent 172a7436
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ bool Polygon::getNextIntersectionPointPolygonLine( ...@@ -271,7 +271,7 @@ bool Polygon::getNextIntersectionPointPolygonLine(
return false; 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)) switch (getLocationOfPoint(k, pnt))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment