Apply clang-tidy to headers (#2470)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user