From 78bcc31a0cc85ffc89a0a6755cd845e9bc46a94f Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 14 Jul 2018 19:47:35 +0200 Subject: [PATCH] Ref T290, style --- src/xswiftbus/terrainprobe.cpp | 2 +- src/xswiftbus/terrainprobe.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xswiftbus/terrainprobe.cpp b/src/xswiftbus/terrainprobe.cpp index 7e5d5535f..68c4de5bc 100644 --- a/src/xswiftbus/terrainprobe.cpp +++ b/src/xswiftbus/terrainprobe.cpp @@ -33,4 +33,4 @@ namespace XSwiftBus XPLMLocalToWorld(probe.locationX, probe.locationY, probe.locationZ, °reesLatitude, °reesLongitude, &metersAltitude); return metersAltitude; } -} +} // ns diff --git a/src/xswiftbus/terrainprobe.h b/src/xswiftbus/terrainprobe.h index f29f330d8..7c3d43dc8 100644 --- a/src/xswiftbus/terrainprobe.h +++ b/src/xswiftbus/terrainprobe.h @@ -40,6 +40,6 @@ namespace XSwiftBus private: XPLMProbeRef m_ref = nullptr; }; -} +} // ns #endif