summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-14 15:00:29 +0100
committerLennart Poettering <lennart@poettering.net>2021-01-14 15:00:29 +0100
commitf60671860e1dd0b94d8b384f4102640c25018123 (patch)
tree5538af60f8c76abe1794a3dfb91fff57b1843b3d
parent14f7d087ccc805c9c31d124164e47cf0118891ef (diff)
downloadsystemd-f60671860e1dd0b94d8b384f4102640c25018123.tar.gz
unit-file: fix indentation
-rw-r--r--src/shared/unit-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/unit-file.c b/src/shared/unit-file.c
index 4c307199e6..283895d8be 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, &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. */