From ab42853d61acc06dd7d0065a346378c713ad5614 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 15 Sep 2014 21:40:02 +0300 Subject: [PATCH] android/hal-sco: Fix coding style --- android/hal-sco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3