Fix style.

This commit is contained in:
Sergey V. Galtsev 2018-12-10 20:42:33 +03:00
parent 42de08f3b9
commit 93df4306af

View File

@ -90,7 +90,8 @@ static std::string getCanonicalPath(std::string && path)
return std::move(path);
}
static std::string getUserName(uid_t user_id) {
static std::string getUserName(uid_t user_id)
{
/// Try to convert user id into user name.
auto buffer_size = sysconf(_SC_GETPW_R_SIZE_MAX);
if (buffer_size <= 0)