]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
execute: drop spurious empty line 26435/head
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Feb 2023 09:59:16 +0000 (10:59 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 16 Feb 2023 10:48:18 +0000 (11:48 +0100)
src/core/execute.c

index 853e87450fe56802cff04cbf8b47a166fedb65de..36d664c7ee96fe2698856231c3b525f8ef44343d 100644 (file)
@@ -5600,7 +5600,6 @@ int exec_context_destroy_runtime_directory(const ExecContext *c, const char *run
 
                         (void) unlink(symlink_abs);
                 }
-
         }
 
         return 0;