]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
user-util: indentation fix
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Jul 2020 07:56:21 +0000 (09:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Jul 2020 15:41:57 +0000 (17:41 +0200)
src/basic/user-util.c

index 66f8856fdfdfb50f24beb61fa787767ff6d0b625..8115065b5eca119a8515a776cb27428ee9d76b18 100644 (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;
         }