summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/pcm_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c
index 7d5de79f..e81bbc16 100644
--- a/audio/pcm_bluetooth.c
+++ b/audio/pcm_bluetooth.c
@@ -1483,7 +1483,7 @@ static int bluetooth_init(struct bluetooth_data *data, snd_pcm_stream_t stream,
data->stream.fd = -1;
sk = bt_audio_service_open();
- if(sk <= 0) {
+ if (sk <= 0) {
err = -errno;
goto failed;
}