From 418c865cc13b324a5aca6f67a6bce88a8071129a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 26 Nov 2014 17:30:58 +0100 Subject: [PATCH] android/client: Fix code style issue --- android/client/if-bt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.47.3