]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/execute: correct alignment
authorMike Yuan <me@yhndnzj.com>
Fri, 13 Oct 2023 22:02:17 +0000 (06:02 +0800)
committerMike Yuan <me@yhndnzj.com>
Fri, 13 Oct 2023 22:41:01 +0000 (06:41 +0800)
src/core/execute.c

index 192925e999d9fd72d7609ed687fdcf232dd95ba2..d63922398745da926c1bfc1342d68b8d97e4b2fd 100644 (file)
@@ -427,7 +427,8 @@ int exec_spawn(Unit *unit,
         xsprintf(serialization_fd_number, "%i", fileno(f));
 
         /* The executor binary is pinned, to avoid compatibility problems during upgrades. */
-        r = posix_spawn_wrapper(FORMAT_PROC_FD_PATH(unit->manager->executor_fd),
+        r = posix_spawn_wrapper(
+                        FORMAT_PROC_FD_PATH(unit->manager->executor_fd),
                         STRV_MAKE(executor_path,
                                   "--deserialize", serialization_fd_number,
                                   "--log-level", log_level,