mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix clang-format
This commit is contained in:
		| @@ -23,8 +23,8 @@ | ||||
| #include "complex_byte_to_float_x2.h" | ||||
| #include "gnss_synchro.h" | ||||
| #include "pcps_acquisition.h" | ||||
| #include <volk_gnsssdr/volk_gnsssdr_alloc.h> | ||||
| #include <gnuradio/blocks/float_to_complex.h> | ||||
| #include <volk_gnsssdr/volk_gnsssdr_alloc.h> | ||||
| #include <memory> | ||||
| #include <string> | ||||
|  | ||||
|   | ||||
| @@ -28,9 +28,9 @@ | ||||
| #include <glog/logging.h> | ||||
| #include <gnuradio/gr_complex.h>  // for gr_complex | ||||
| #include <volk/volk.h>            // for volk_32fc_conjugate_32fc | ||||
| #include <algorithm>  // for copy_n | ||||
| #include <cmath>      // for abs, pow, floor | ||||
| #include <complex>    // for complex | ||||
| #include <algorithm>              // for copy_n | ||||
| #include <cmath>                  // for abs, pow, floor | ||||
| #include <complex>                // for complex | ||||
|  | ||||
| GpsL1CaPcpsAcquisitionFpga::GpsL1CaPcpsAcquisitionFpga( | ||||
|     const ConfigurationInterface* configuration, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez