From c2cb1bf8c8c973e9610d6a9b2c87d77b7f9f6104 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 24 Jun 2014 15:11:58 +0300 Subject: [PATCH] android/health: trivial: Fix missing space --- android/health.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/health.c b/android/health.c index 4ff435664..a9287f633 100644 --- a/android/health.c +++ b/android/health.c @@ -1453,6 +1453,7 @@ static struct health_channel *get_channel(uint16_t app_id, return create_channel(app_id, mdep_index, dev); } + static void bt_health_connect_channel(const void *buf, uint16_t len) { const struct hal_cmd_health_connect_channel *cmd = buf; -- 2.47.3