diff options
author | Brad Midgley <bmidgley@xmission.com> | 2008-01-14 22:24:05 +0000 |
---|---|---|
committer | Brad Midgley <bmidgley@xmission.com> | 2008-01-14 22:24:05 +0000 |
commit | e65858be07f86fe12756c67a20a5f45debfcc250 (patch) | |
tree | 029048aafeb27295c5444d5dbd93b7770e4bddc0 /audio/pcm_bluetooth.c | |
parent | 910d62035726402a249d13b58b4b52baa9e7466e (diff) |
coding style
Diffstat (limited to 'audio/pcm_bluetooth.c')
-rw-r--r-- | audio/pcm_bluetooth.c | 2 |
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; } |