mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
bluez: Some more coding style fixes
This commit is contained in:
parent
518f463efe
commit
050a168c4e
1 changed files with 1 additions and 2 deletions
|
@ -358,7 +358,6 @@ gst_a2dp_sink_init_pkt_conf (GstA2dpSink * sink,
|
|||
pkt->error = PKT_ERROR_NONE;
|
||||
|
||||
return TRUE;
|
||||
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
@ -441,8 +440,8 @@ gst_a2dp_sink_conf_recv_dev_conf (GstA2dpSink * sink)
|
|||
ret = gst_a2dp_sink_bluetooth_a2dp_init (sink, sbc);
|
||||
if (ret < 0)
|
||||
return FALSE;
|
||||
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue