From 893e012b3f8d858e98cc7c3204321cd7fdfd3af8 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Fri, 17 Dec 2021 16:15:43 +0100 Subject: [PATCH] code formatting --- AircraftReport.proto | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/AircraftReport.proto b/AircraftReport.proto index 859d750..3dd7daf 100644 --- a/AircraftReport.proto +++ b/AircraftReport.proto @@ -14,14 +14,14 @@ message AircraftReport { CENTER = 5; // Center or FSS reported } - string reportTime = 1; // UTC time of the report - Reporter reportedBy = 2; // Indicates who reported this aircraft - Aircraft aircraft = 3; // aircraft information - string initialApproachFix = 4; // last waypoint of the route - Coordinate position = 5; // current WGS84 position - Dynamics dynamics = 6; // current aircraft dynamics - string destination = 7; // the destination airport - int32 distanceToIAF = 8; // distance to IAF in NM - string plannedGate = 9; // the planned gate for the inbound + string reportTime = 1; // UTC time of the report + Reporter reportedBy = 2; // Indicates who reported this aircraft + Aircraft aircraft = 3; // aircraft information + string initialApproachFix = 4; // last waypoint of the route + Coordinate position = 5; // current WGS84 position + Dynamics dynamics = 6; // current aircraft dynamics + string destination = 7; // the destination airport + int32 distanceToIAF = 8; // distance to IAF in NM + string plannedGate = 9; // the planned gate for the inbound string requestedRunway = 10; // the requested runway of the pilot }