Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuwu committed Jul 3, 2024
1 parent 3a30458 commit d583f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion AT3/AT3Tags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ";
Expand Down
4 changes: 3 additions & 1 deletion AT3/AT3Tags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ using namespace std;
using namespace EuroScopePlugIn;

class AT3Tags :
public EuroScopePlugIn::CPlugIn{
public EuroScopePlugIn::CPlugIn

{
public:
AT3Tags();

Expand Down

0 comments on commit d583f42

Please sign in to comment.