1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-02-07 14:40:12 +00:00

apply ALL the formatting changes

This commit is contained in:
Jim Melton 2023-01-06 12:56:42 -07:00
parent 543d3a425d
commit 9c15163300
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216

View File

@ -213,11 +213,11 @@ bool Nmea_Printer::Print_Nmea_Line(const Rtklib_Solver* const pvt_data, bool pri
try try
{ {
nmea_file_descriptor nmea_file_descriptor
<< GPRMC << GPRMC
<< GPGGA // GPGGA (Global Positioning System Fixed Data) << GPGGA // GPGGA (Global Positioning System Fixed Data)
<< GPGSA << GPGSA
<< GPGSV << GPGSV
<< std::flush; << std::flush;
} }
catch (const std::exception& ex) catch (const std::exception& ex)
{ {