mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
clang-tidy : change '1u' to '1U'
This commit is contained in:
parent
e5bcf4700c
commit
ec7b4cc537
@ -41,6 +41,6 @@ size_t SignalSourceBase::getRfChannels() const
|
||||
}
|
||||
|
||||
SignalSourceBase::SignalSourceBase(ConfigurationInterface const* configuration, std::string role, std::string impl)
|
||||
: role_(std::move(role)), implementation_(std::move(impl)), rfChannels_(configuration->property(role + ".RF_channels"s, 1u))
|
||||
: role_(std::move(role)), implementation_(std::move(impl)), rfChannels_(configuration->property(role + ".RF_channels"s, 1U))
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user