mirror of https://github.com/CGAL/cgal
whitespace
This commit is contained in:
parent
bd62ca59c4
commit
bff4417fec
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue