From: Mike Yuan Date: Fri, 13 Oct 2023 22:02:17 +0000 (+0800) Subject: core/execute: correct alignment X-Git-Tag: v255-rc1~246^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4520681da1f8cc080ff93401237d652abc447e59;p=thirdparty%2Fsystemd.git core/execute: correct alignment --- diff --git a/src/core/execute.c b/src/core/execute.c index 192925e999d..d6392239874 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -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,