mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-11 21:03:07 +00:00
Apply clang-tidy check readability-else-after-return
This commit is contained in:
@@ -4241,7 +4241,7 @@ double satwavelen(int sat, int frq, const nav_t *nav)
|
||||
{
|
||||
return SPEED_OF_LIGHT / FREQ8; /* E5a+b */
|
||||
}
|
||||
else if (frq == 6)
|
||||
if (frq == 6)
|
||||
{
|
||||
return SPEED_OF_LIGHT / FREQ9; /* S */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user