1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-12 05:13:04 +00:00

Apply clang-tidy check readability-else-after-return

This commit is contained in:
Carles Fernandez
2019-08-04 13:15:03 +02:00
parent 2e93dbe8dc
commit 070996cdb4
11 changed files with 33 additions and 64 deletions

View File

@@ -664,10 +664,6 @@ int hybrid_observables_gs::general_work(int noutput_items __attribute__((unused)
// old_time_debug = out[0][0].RX_time * 1000.0;
return 1;
}
else
{
return 0;
}
}
return 0;
}