summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorBrad Midgley <bmidgley@xmission.com>2008-01-14 22:24:05 +0000
committerBrad Midgley <bmidgley@xmission.com>2008-01-14 22:24:05 +0000
commite65858be07f86fe12756c67a20a5f45debfcc250 (patch)
tree029048aafeb27295c5444d5dbd93b7770e4bddc0 /audio
parent910d62035726402a249d13b58b4b52baa9e7466e (diff)
coding style
Diffstat (limited to 'audio')
-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;
}