summaryrefslogtreecommitdiffstats
path: root/src/machine
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-10-07 05:47:57 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-10-07 09:51:37 +0200
commitf769518c9ac6ca6bef063092ddc0e1718a67f540 (patch)
tree2bf69333b29b19c03b9b6e02df1a66c055e116a2 /src/machine
parentnetwork: use Network.name for bus path (diff)
downloadsystemd-f769518c9ac6ca6bef063092ddc0e1718a67f540.tar.xz
systemd-f769518c9ac6ca6bef063092ddc0e1718a67f540.zip
tree-wide: drop doubled empty lines
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machined-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machined-core.c b/src/machine/machined-core.c
index 0045f75b0c..d921dfb27e 100644
--- a/src/machine/machined-core.c
+++ b/src/machine/machined-core.c
@@ -399,7 +399,6 @@ int machine_get_os_release(Machine *machine, char ***ret_os_release) {
return -EOPNOTSUPP;
}
-
*ret_os_release = TAKE_PTR(l);
return 0;
}