1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

user-util: indentation fix

This commit is contained in:
Lennart Poettering 2020-07-21 09:56:21 +02:00
parent 4c967576da
commit 04dffc0add

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;
}