Apply clang-tidy to headers (#2470)

This commit is contained in:
Andrew Gaul
2024-06-23 08:19:59 +05:30
committed by GitHub
parent 2841601ad5
commit 86e6bdaf4d
25 changed files with 87 additions and 72 deletions

View File

@ -37,7 +37,7 @@
// Functions
//-------------------------------------------------------------------
std::string str(const struct timespec value)
std::string str(const struct timespec& value)
{
std::ostringstream s;
s << value.tv_sec;