whitespace

This commit is contained in:
Andreas Fabri 2024-05-15 07:25:48 +01:00
parent bd62ca59c4
commit bff4417fec
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public:
{} {}
Comparison_result operator()(const Point_2& p, const Point_2& q) const Comparison_result operator()(const Point_2& p, const Point_2& q) const
{ {
Comparison_result res = cx_2(p, q); Comparison_result res = cx_2(p, q);
if (res == EQUAL) { if (res == EQUAL) {
return cy_2(p, q); return cy_2(p, q);