projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f7d08
)
unit-file: fix indentation
author
Lennart Poettering
<lennart@poettering.net>
Thu, 14 Jan 2021 14:00:29 +0000
(15:00 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 14 Jan 2021 14:00:29 +0000
(15:00 +0100)
src/shared/unit-file.c
patch
|
blob
|
history
diff --git
a/src/shared/unit-file.c
b/src/shared/unit-file.c
index 4c307199e6e8d70c5009f0a7a2820683b0065d8c..283895d8be41e9b054003eea361daf511bb6d613 100644
(file)
--- 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. */