mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Make clang-format happy
This commit is contained in:
		| @@ -33,7 +33,7 @@ GpsL1CaDllPllTrackingGPU::GpsL1CaDllPllTrackingGPU( | |||||||
|     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) |     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) | ||||||
| { | { | ||||||
|     DLOG(INFO) << "role " << role; |     DLOG(INFO) << "role " << role; | ||||||
|     //################# CONFIGURATION PARAMETERS ######################## |     // ################# CONFIGURATION PARAMETERS ######################## | ||||||
|     int fs_in; |     int fs_in; | ||||||
|     int vector_length; |     int vector_length; | ||||||
|     bool dump; |     bool dump; | ||||||
|   | |||||||
| @@ -33,7 +33,7 @@ GpsL1CaTcpConnectorTracking::GpsL1CaTcpConnectorTracking( | |||||||
|     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) |     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) | ||||||
| { | { | ||||||
|     DLOG(INFO) << "role " << role; |     DLOG(INFO) << "role " << role; | ||||||
|     //################# CONFIGURATION PARAMETERS ######################## |     // ################# CONFIGURATION PARAMETERS ######################## | ||||||
|     const std::string default_item_type("gr_complex"); |     const std::string default_item_type("gr_complex"); | ||||||
|     std::string item_type = configuration->property(role + ".item_type", default_item_type); |     std::string item_type = configuration->property(role + ".item_type", default_item_type); | ||||||
|     // vector_length = configuration->property(role + ".vector_length", 2048); |     // vector_length = configuration->property(role + ".vector_length", 2048); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez