From: Lennart Poettering Date: Thu, 14 Jan 2021 14:00:29 +0000 (+0100) Subject: unit-file: fix indentation X-Git-Tag: v248-rc1~346^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f60671860e1dd0b94d8b384f4102640c25018123;p=thirdparty%2Fsystemd.git unit-file: fix indentation --- diff --git a/src/shared/unit-file.c b/src/shared/unit-file.c index 4c307199e6e..283895d8be4 100644 --- a/src/shared/unit-file.c +++ b/src/shared/unit-file.c @@ -262,7 +262,7 @@ int unit_file_build_name_map( * If yes, do nothing. */ if (cache_timestamp_hash && lookup_paths_timestamp_hash_same(lp, *cache_timestamp_hash, ×tamp_hash)) - return 0; + return 0; /* The timestamp hash is now set based on the mtimes from before when we start reading files. * If anything is modified concurrently, we'll consider the cache outdated. */