mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-21 09:34:53 +00:00
Make clang-tidy 13 happy (was: modernize-return-braced-init-list check)
This commit is contained in:
@@ -115,7 +115,7 @@ std::string labsat23_source::generate_filename()
|
||||
{
|
||||
return d_signal_file_basename;
|
||||
}
|
||||
return std::string("donotexist"); // just to stop processing
|
||||
return {"donotexist"}; // just to stop processing
|
||||
}
|
||||
if (d_signal_file_basename.substr(d_signal_file_basename.length() - 5, 5) == ".ls3w" or d_signal_file_basename.substr(d_signal_file_basename.length() - 5, 5) == ".LS3W")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user