1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-14 01:06:51 +00:00

Apply minor cleaning

This commit is contained in:
Carles Fernandez 2019-02-26 09:09:14 +01:00
parent 8e66577ee9
commit 4b325ed56a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

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;
}