Ref T290, style

This commit is contained in:
Klaus Basan
2018-07-14 19:47:35 +02:00
parent d0db5f4349
commit 78bcc31a0c
2 changed files with 2 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ namespace XSwiftBus
XPLMLocalToWorld(probe.locationX, probe.locationY, probe.locationZ, &degreesLatitude, &degreesLongitude, &metersAltitude); XPLMLocalToWorld(probe.locationX, probe.locationY, probe.locationZ, &degreesLatitude, &degreesLongitude, &metersAltitude);
return metersAltitude; return metersAltitude;
} }
} } // ns

View File

@@ -40,6 +40,6 @@ namespace XSwiftBus
private: private:
XPLMProbeRef m_ref = nullptr; XPLMProbeRef m_ref = nullptr;
}; };
} } // ns
#endif #endif