diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-02-16 10:59:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-02-16 11:48:18 +0100 |
commit | 2264a20d9118ef62801a98dc3264ca96ab59c4d9 (patch) | |
tree | 3ad3fb3ed35d31cd4232b934c49324ba89b2c9a1 /src/core/execute.c | |
parent | pid1: generate compat warning for SystemCallArchitectures= if seccomp is off (diff) | |
download | systemd-2264a20d9118ef62801a98dc3264ca96ab59c4d9.tar.xz systemd-2264a20d9118ef62801a98dc3264ca96ab59c4d9.zip |
execute: drop spurious empty line
Diffstat (limited to '')
-rw-r--r-- | src/core/execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index 853e87450f..36d664c7ee 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -5600,7 +5600,6 @@ int exec_context_destroy_runtime_directory(const ExecContext *c, const char *run (void) unlink(symlink_abs); } - } return 0; |