summaryrefslogtreecommitdiff
path: root/android/client
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-26 17:30:58 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-26 17:41:40 +0100
commit418c865cc13b324a5aca6f67a6bce88a8071129a (patch)
treee434095b9772e54893e11ea0d1e45a9b478e3bd2 /android/client
parent14750a2e48f40d550f9fe7b1891d82a413ceef21 (diff)
downloadbluez-418c865cc13b324a5aca6f67a6bce88a8071129a.tar.gz
android/client: Fix code style issue
Diffstat (limited to 'android/client')
-rw-r--r--android/client/if-bt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/client/if-bt.c b/android/client/if-bt.c
index b4312f045..bfb2e4763 100644
--- a/android/client/if-bt.c
+++ b/android/client/if-bt.c
@@ -364,7 +364,8 @@ static bt_callbacks_t bt_callbacks = {
static alarm_cb alarm_cb_p = NULL;
static void *alarm_cb_p_data = NULL;
-static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb, void *data)
+static bool set_wake_alarm(uint64_t delay_millis, bool should_wake, alarm_cb cb,
+ void *data)
{
haltest_info("%s: delay %"PRIu64" should_wake %u cb %p data %p\n",
__func__, delay_millis, should_wake, cb, data);