From 9c151633008766214f39870c491a835aeb69a483 Mon Sep 17 00:00:00 2001 From: Jim Melton Date: Fri, 6 Jan 2023 12:56:42 -0700 Subject: [PATCH] apply ALL the formatting changes --- src/algorithms/PVT/libs/nmea_printer.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/algorithms/PVT/libs/nmea_printer.cc b/src/algorithms/PVT/libs/nmea_printer.cc index dd68ad58f..1939313ee 100644 --- a/src/algorithms/PVT/libs/nmea_printer.cc +++ b/src/algorithms/PVT/libs/nmea_printer.cc @@ -213,11 +213,11 @@ bool Nmea_Printer::Print_Nmea_Line(const Rtklib_Solver* const pvt_data, bool pri try { nmea_file_descriptor - << GPRMC - << GPGGA // GPGGA (Global Positioning System Fixed Data) - << GPGSA - << GPGSV - << std::flush; + << GPRMC + << GPGGA // GPGGA (Global Positioning System Fixed Data) + << GPGSA + << GPGSV + << std::flush; } catch (const std::exception& ex) {