From d583f42bba1574167a45e02a0e51a3aac250feb7 Mon Sep 17 00:00:00 2001 From: Arthur <89831445+arthuwu@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:25:08 +0100 Subject: [PATCH] formatting fixes --- AT3/AT3Tags.cpp | 1 - AT3/AT3Tags.hpp | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AT3/AT3Tags.cpp b/AT3/AT3Tags.cpp index 6075d689..b6cba0da 100644 --- a/AT3/AT3Tags.cpp +++ b/AT3/AT3Tags.cpp @@ -254,7 +254,6 @@ string AT3Tags::GetFormattedGroundspeed(CFlightPlan& FlightPlan, CRadarTarget& R string AT3Tags::GetFormattedSpeedAssigned(CFlightPlan& FlightPlan, CRadarTarget& RadarTarget) { string speedAssigned; - string spad = FlightPlan.GetControllerAssignedData().GetScratchPadString(); if (FlightPlan.GetControllerAssignedData().GetAssignedSpeed() == 999) { speedAssigned = "SHS "; diff --git a/AT3/AT3Tags.hpp b/AT3/AT3Tags.hpp index 1b499f8d..7debec6b 100644 --- a/AT3/AT3Tags.hpp +++ b/AT3/AT3Tags.hpp @@ -10,7 +10,9 @@ using namespace std; using namespace EuroScopePlugIn; class AT3Tags : - public EuroScopePlugIn::CPlugIn{ + public EuroScopePlugIn::CPlugIn + +{ public: AT3Tags();