Refactoring.
Code style.
This commit is contained in:
parent
62efe1dd8a
commit
75c329a08e
|
@ -249,14 +249,13 @@ static inline auto DRW_FuzzyComparePossibleNulls(double p1, double p2) -> bool
|
||||||
{
|
{
|
||||||
return qFuzzyIsNull(p2);
|
return qFuzzyIsNull(p2);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qFuzzyIsNull(p2))
|
if (qFuzzyIsNull(p2))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
return qFuzzyCompare(p1, p2);
|
||||||
return qFuzzyCompare(p1, p2);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Class to handle 3D coordinate point
|
//! Class to handle 3D coordinate point
|
||||||
|
|
Loading…
Reference in New Issue
Block a user