spa: bluez: fix whitespaces

This commit is contained in:
Barnabás Pőcze 2023-12-30 01:28:16 +01:00
parent 5bb2224da3
commit 0b87144d26
3 changed files with 12 additions and 12 deletions

View file

@ -2607,7 +2607,7 @@ static int remote_endpoint_update_props(struct spa_bt_remote_endpoint *remote_en
if (device == NULL) {
/*
* If a broadcast sink endpoint is detected (over DBus) a new device
* will be created. This device will be our simulated remote device.
* will be created. This device will be our simulated remote device.
* This is done because BlueZ sets the adapter as the device
* that is connected to for a broadcast sink endpoint/transport.
*/

View file

@ -1780,7 +1780,7 @@ static struct spa_pod *build_profile(struct impl *this, struct spa_pod_builder *
{
uint32_t profile = device->connected_profiles &
(SPA_BT_PROFILE_BAP_SINK | SPA_BT_PROFILE_BAP_SOURCE
| SPA_BT_PROFILE_BAP_BROADCAST_SOURCE
| SPA_BT_PROFILE_BAP_BROADCAST_SOURCE
| SPA_BT_PROFILE_BAP_BROADCAST_SINK);
size_t idx;
const struct media_codec *media_codec;