summaryrefslogtreecommitdiff
path: root/android/hal-sco.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-15 21:40:02 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-15 21:40:02 +0300
commitab42853d61acc06dd7d0065a346378c713ad5614 (patch)
treeed153e293bd9fdd4b594bc94c59f1cbd84cf41f6 /android/hal-sco.c
parent60ebd27931f2f9241e1ddad521af36c0ed991524 (diff)
downloadbluez-ab42853d61acc06dd7d0065a346378c713ad5614.tar.gz
android/hal-sco: Fix coding style
Diffstat (limited to 'android/hal-sco.c')
-rw-r--r--android/hal-sco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-sco.c b/android/hal-sco.c
index c0a1fa6e3..8cb7a7c9d 100644
--- a/android/hal-sco.c
+++ b/android/hal-sco.c
@@ -371,7 +371,7 @@ static bool write_data(struct sco_stream_out *out, const uint8_t *buffer,
if ((int) (audio_sent_us - audio_passed_us) > 1500) {
struct timespec timeout = {0,
(audio_sent_us -
- audio_passed_us) * 1000};
+ audio_passed_us) * 1000};
DBG("Sleeping for %d ms",
(int) (audio_sent_us - audio_passed_us));
nanosleep(&timeout, NULL);