1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +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
{
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)
{