From: Lennart Poettering Date: Tue, 21 Jul 2020 07:56:21 +0000 (+0200) Subject: user-util: indentation fix X-Git-Tag: v246-rc2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04dffc0add9cada6577bbe3be951917b425c8c23;p=thirdparty%2Fsystemd.git user-util: indentation fix --- diff --git a/src/basic/user-util.c b/src/basic/user-util.c index 66f8856fdfd..8115065b5ec 100644 --- a/src/basic/user-util.c +++ b/src/basic/user-util.c @@ -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; }