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:
parent
543d3a425d
commit
9c15163300
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user