]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/dbus-service: fix alignment
authorMike Yuan <me@yhndnzj.com>
Sun, 9 Feb 2025 18:59:13 +0000 (19:59 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 12 Feb 2025 13:43:04 +0000 (14:43 +0100)
src/core/dbus-service.c

index 85eb99f218eca1dc6107ac02409fe684a88dc951..a1c452e29f4d7a088c129ea0686ec11f871b9e3e 100644 (file)
@@ -393,10 +393,10 @@ const sd_bus_vtable bus_service_vtable[] = {
                                 SD_BUS_VTABLE_UNPRIVILEGED),
 
         SD_BUS_METHOD_WITH_ARGS("MountImage",
-                                 SD_BUS_ARGS("s", source, "s", destination, "b", read_only, "b", mkdir, "a(ss)", options),
-                                 SD_BUS_NO_RESULT,
-                                 bus_service_method_mount_image,
-                                 SD_BUS_VTABLE_UNPRIVILEGED),
+                                SD_BUS_ARGS("s", source, "s", destination, "b", read_only, "b", mkdir, "a(ss)", options),
+                                SD_BUS_NO_RESULT,
+                                bus_service_method_mount_image,
+                                SD_BUS_VTABLE_UNPRIVILEGED),
 
         SD_BUS_METHOD_WITH_ARGS("DumpFileDescriptorStore",
                                 SD_BUS_NO_ARGS,