mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Style
This commit is contained in:
@@ -31,7 +31,7 @@ namespace BlackMisc
|
||||
|
||||
CAltitude CAltitude::withOffset(const CLength &offset) const
|
||||
{
|
||||
if (this->isNull()) { return CAltitude(offset, CAltitude::MeanSeaLevel); }
|
||||
if (this->isNull()) { return CAltitude::null(); }
|
||||
CAltitude copy(*this);
|
||||
if (!offset.isNull() && !offset.isZeroEpsilonConsidered())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user