From: Yu Watanabe Date: Wed, 11 Jun 2025 13:37:58 +0000 (+0900) Subject: machinectl: align table X-Git-Tag: v258-rc1~335^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=093b0255488f8996130c21ec94e35af10b69b413;p=thirdparty%2Fsystemd.git machinectl: align table --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 32849529c95..146fe6e99c9 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -68,14 +68,14 @@ typedef enum MachineRunner { } MachineRunner; static const char* const machine_runner_table[_RUNNER_MAX] = { - [RUNNER_NSPAWN] = "nspawn", + [RUNNER_NSPAWN] = "nspawn", [RUNNER_VMSPAWN] = "vmspawn", }; DEFINE_PRIVATE_STRING_TABLE_LOOKUP_FROM_STRING(machine_runner, MachineRunner); static const char* const machine_runner_unit_prefix_table[_RUNNER_MAX] = { - [RUNNER_NSPAWN] = "systemd-nspawn", + [RUNNER_NSPAWN] = "systemd-nspawn", [RUNNER_VMSPAWN] = "systemd-vmspawn", };