mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user