From e65858be07f86fe12756c67a20a5f45debfcc250 Mon Sep 17 00:00:00 2001 From: Brad Midgley Date: Mon, 14 Jan 2008 22:24:05 +0000 Subject: coding style --- audio/pcm_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/pcm_bluetooth.c') 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; } -- cgit