net: fix trailing whitespace from previous merge.

merge-requests/569/merge
Ralph Little 2023-12-31 18:46:24 -08:00
rodzic 268be2c712
commit 22e3de3642
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -326,7 +326,7 @@ char* get_current_username()
{
return NULL;
}
struct passwd pwd;
struct passwd *result;
if (getpwuid_r(getuid(), &pwd, buf, bufsize, &result) != 0 || result == NULL)