summaryrefslogtreecommitdiff
path: root/android/hal-health.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-06-24 15:11:52 +0300
committerSzymon Janc <szymon.janc@tieto.com>2014-06-25 17:29:54 +0200
commite8bb8f1e1d4d9742dc2f08a94e1e528b2be2283b (patch)
tree4a7267a5a1ab545d7f8c5e6bd12ad741995023ef /android/hal-health.c
parent961cbdfe13f0ffb6fa899053a898b0e496920e32 (diff)
downloadbluez-e8bb8f1e1d4d9742dc2f08a94e1e528b2be2283b.tar.gz
android/hal-health: trivial: Correct coding style
Diffstat (limited to 'android/hal-health.c')
-rw-r--r--android/hal-health.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/hal-health.c b/android/hal-health.c
index ac6e87fe7..0d9136dec 100644
--- a/android/hal-health.c
+++ b/android/hal-health.c
@@ -116,8 +116,7 @@ static bt_status_t register_application(bthl_reg_param_t *reg, int *app_id)
cmd->len = off;
status = hal_ipc_cmd(HAL_SERVICE_ID_HEALTH, HAL_OP_HEALTH_REG_APP,
sizeof(*cmd) + cmd->len, buf,
- &rsp_len, &rsp, NULL);
-
+ &rsp_len, &rsp, NULL);
if (status != BT_STATUS_SUCCESS)
return status;