1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-03 16:53:04 +00:00

clang-tidy: apply readability-else-after-return check

See https://clang.llvm.org/extra/clang-tidy/checks/readability-else-after-return.html
This commit is contained in:
Carles Fernandez
2019-02-11 15:53:50 +01:00
parent f1871a84e2
commit dfc963ad86
8 changed files with 31 additions and 48 deletions

View File

@@ -315,7 +315,7 @@ gr::basic_block_sptr BeidouB1iPcpsAcquisition::get_left_block()
{
return acquisition_;
}
else if (item_type_ == "cshort")
if (item_type_ == "cshort")
{
return acquisition_;
}