]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit-file: fix indentation
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Jan 2021 14:00:29 +0000 (15:00 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Jan 2021 14:00:29 +0000 (15:00 +0100)
src/shared/unit-file.c

index 4c307199e6e8d70c5009f0a7a2820683b0065d8c..283895d8be41e9b054003eea361daf511bb6d613 100644 (file)
@@ -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, &timestamp_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. */