1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-01 10:28:00 +00:00

Apply minor cleaning

This commit is contained in:
Carles Fernandez
2019-02-26 09:09:14 +01:00
parent 8e66577ee9
commit 4b325ed56a

View File

@@ -352,7 +352,7 @@ int gps_l1_ca_telemetry_decoder_cc::general_work(int noutput_items __attribute__
corr_value += d_preambles_symbols[i];
}
}
i += 1;
i++;
}
}
@@ -480,6 +480,5 @@ int gps_l1_ca_telemetry_decoder_cc::general_work(int noutput_items __attribute__
return 1;
}
return 0;
}