mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-18 08:05:17 +00:00
Add fixes applied by clang-tidy
This commit is contained in:
@@ -121,7 +121,7 @@ double rtl_tcp_dongle_info::clip_gain(int gain) const
|
||||
}
|
||||
|
||||
// clip
|
||||
if (gains.size() == 0)
|
||||
if (gains.empty())
|
||||
{
|
||||
// no defined gains to clip to
|
||||
return gain;
|
||||
|
||||
Reference in New Issue
Block a user