sd-bus: drop unnecessary braces

This commit is contained in:
Frantisek Sumsal 2023-12-25 13:32:16 +01:00
parent 50f605bfe6
commit f2d0e2e5f5

View file

@ -494,10 +494,9 @@ static int client(struct context *c) {
}
assert_se(sd_bus_message_exit_container(reply) >= 0);
if (streq(path, "/value/a")) {
if (streq(path, "/value/a"))
/* ObjectManager must be here */
assert_se(found_object_manager_interface);
}
} else
assert_se(sd_bus_message_skip(reply, "a{sa{sv}}") >= 0);