summaryrefslogtreecommitdiff
path: root/src/core/dbus-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-path.c')
-rw-r--r--src/core/dbus-path.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/dbus-path.c b/src/core/dbus-path.c
index a206f49020..cf1de44d85 100644
--- a/src/core/dbus-path.c
+++ b/src/core/dbus-path.c
@@ -33,8 +33,8 @@ static int property_get_paths(
const char *interface,
const char *property,
sd_bus_message *reply,
- sd_bus_error *error,
- void *userdata) {
+ void *userdata,
+ sd_bus_error *error) {
Path *p = userdata;
PathSpec *k;
@@ -63,8 +63,8 @@ static int property_get_unit(
const char *interface,
const char *property,
sd_bus_message *reply,
- sd_bus_error *error,
- void *userdata) {
+ void *userdata,
+ sd_bus_error *error) {
Unit *p = userdata, *trigger;