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

@ -325,7 +325,7 @@ static struct stream *stream_create(struct spa_bt_transport *t, struct group *gr
struct spa_audio_info format = { 0 };
int res;
bool sink;
if((t->profile == SPA_BT_PROFILE_BAP_SINK) ||
if((t->profile == SPA_BT_PROFILE_BAP_SINK) ||
(t->profile == SPA_BT_PROFILE_BAP_BROADCAST_SINK)) {
sink = true;
} else {