mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
unit-file: fix indentation
This commit is contained in:
parent
14f7d087cc
commit
f60671860e
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user