mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Make clang-tidy happy
This commit is contained in:
		| @@ -1686,10 +1686,10 @@ bool Rtklib_Solver::get_PVT(const std::map<int, Gnss_Synchro> &gnss_observables_ | ||||
|                     // User clock drift [ppm] | ||||
|                     d_monitor_pvt.user_clk_drift_ppm = clock_drift_ppm; | ||||
|  | ||||
|                     //write UTC time string | ||||
|                     // write UTC time string | ||||
|  | ||||
|                     // Use a facet to display time in a custom format (only hour and minutes). | ||||
|                     boost::posix_time::time_facet *facet = new boost::posix_time::time_facet(); | ||||
|                     auto *facet = new boost::posix_time::time_facet(); | ||||
|                     facet->format("%Y-%m-%dT%H:%M:%S%F"); | ||||
|                     std::stringstream stream; | ||||
|                     stream.imbue(std::locale(std::locale::classic(), facet)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez