[pulseaudio-discuss] [RFC 02/24] bluetooth: Fix identation
Mikel Astiz
mikel.astiz.oss at gmail.com
Wed Mar 27 00:59:52 PDT 2013
Hi João Paulo,
On Wed, Mar 27, 2013 at 6:16 AM, <jprvita at gmail.com> wrote:
> From: João Paulo Rechi Vita <jprvita at openbossa.org>
>
> 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
>
Ack for this trivial patch, which applies cleanly on master.
Cheers,
Mikel
More information about the pulseaudio-discuss
mailing list