From 5a8fd0395a2e2ef33f885eeee385853708169226 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 17 Nov 2014 15:00:02 +0200 Subject: [PATCH] android/gatt: Fix coding style --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index 8726b0f02..516946824 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -5451,7 +5451,7 @@ static void handle_server_send_indication(const void *buf, uint16_t len) status = HAL_STATUS_FAILED; } else { g_attrib_send(conn->device->attrib, 0, pdu, length, - confirmation_cb, NULL, NULL); + confirmation_cb, NULL, NULL); status = HAL_STATUS_SUCCESS; } -- 2.47.3