From: Jo?o Paulo Rechi Vita <jprvita@xxxxxxxxxxxxx> In PulseAudio lines can be 128 columns long. This change improves readability. --- src/modules/bluetooth/bluetooth-util.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c index 6dc18e2..32566f2 100644 --- a/src/modules/bluetooth/bluetooth-util.c +++ b/src/modules/bluetooth/bluetooth-util.c @@ -2091,10 +2091,7 @@ static DBusHandlerResult endpoint_handler(DBusConnection *c, DBusMessage *m, voi const char *xml = y->version == BLUEZ_VERSION_4 ? ENDPOINT_INTROSPECT_XML : MEDIA_ENDPOINT_1_INTROSPECT_XML; pa_assert_se(r = dbus_message_new_method_return(m)); - pa_assert_se(dbus_message_append_args( - r, - DBUS_TYPE_STRING, &xml, - DBUS_TYPE_INVALID)); + pa_assert_se(dbus_message_append_args(r, DBUS_TYPE_STRING, &xml, DBUS_TYPE_INVALID)); } else if (dbus_message_is_method_call(m, interface, "SetConfiguration")) r = endpoint_set_configuration(c, m, userdata); -- 1.7.11.7