mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-10-31 15:16:22 +00:00
Make clang-tidy happy
This commit is contained in:
parent
3d1b5b2214
commit
7781d3c3b4
@ -722,7 +722,10 @@ int hybrid_observables_gs::general_work(int noutput_items __attribute__((unused)
|
||||
{
|
||||
if (std::string(in[n][m].Signal, 2) == std::string("E6"))
|
||||
{
|
||||
if (d_conf.enable_E6 == false) continue;
|
||||
if (d_conf.enable_E6 == false)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (d_gnss_synchro_history->size(n) > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user