Formatting

This commit is contained in:
Klaus Basan
2018-02-05 01:37:39 +01:00
parent 7c7ee65ddc
commit 14fb35a975
3 changed files with 3 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ namespace BlackMisc
{
if (coordinate.isNull()) { return false; }
if (radius.isNull()) { return false; }
if (isNull()) { return false; }
if (this->isNull()) { return false; }
const CLength d = this->calculateGreatCircleDistance(coordinate);
const bool inRange = (radius >= d);
return inRange;