user-util: indentation fix

This commit is contained in:
Lennart Poettering 2020-07-21 09:56:21 +02:00
parent 4c967576da
commit 04dffc0add
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ int get_user_creds(
(empty_or_root(p->pw_dir) ||
!path_is_valid(p->pw_dir) ||
!path_is_absolute(p->pw_dir)))
*home = NULL; /* Note: we don't insist on normalized paths, since there are setups that have /./ in the path */
*home = NULL; /* Note: we don't insist on normalized paths, since there are setups that have /./ in the path */
else
*home = p->pw_dir;
}