From 7d4562465b1cf82c24fcb7cd78faf479301980c1 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 4 Oct 2021 17:19:03 +0200 Subject: [PATCH] CI: fix cpplint job --- .../gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.cc b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.cc index cb0c4a3e4..421c164fb 100644 --- a/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.cc +++ b/src/algorithms/telemetry_decoder/gnuradio_blocks/gps_l1_ca_telemetry_decoder_gs.cc @@ -428,9 +428,9 @@ int gps_l1_ca_telemetry_decoder_gs::general_work(int noutput_items __attribute__ current_symbol = in[0][0]; if (d_symbol_history.empty()) { - //Tracking synchronizes the tlm bit boundaries by acquiring the preamble - //inserting the preamble to the new tracked satellite (history empty) before the first synchronized symbol - //may speed up the tlm decoding by not discarding the first received frame + // Tracking synchronizes the tlm bit boundaries by acquiring the preamble + // inserting the preamble to the new tracked satellite (history empty) before the first synchronized symbol + // may speed up the tlm decoding by not discarding the first received frame for (int32_t i = 0; i < GPS_CA_PREAMBLE_LENGTH_BITS; i++) { if (current_symbol.Flag_PLL_180_deg_phase_locked == true)