From 887426ad0bc2534159439f65fc23dd425b5db938 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 28 Aug 2015 14:01:52 +0100 Subject: [PATCH] minor white space diff --- source/nRF5xGattServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nRF5xGattServer.cpp b/source/nRF5xGattServer.cpp index 70c0590..e0e009a 100644 --- a/source/nRF5xGattServer.cpp +++ b/source/nRF5xGattServer.cpp @@ -233,7 +233,7 @@ ble_error_t nRF5xGattServer::write(Gap::Handle_t connectionHandle, GattAttribute hvx_params.offset = 0; hvx_params.p_data = const_cast(buffer); hvx_params.p_len = &len; - + error_t error = (error_t) sd_ble_gatts_hvx(gapConnectionHandle, &hvx_params); if (error != ERROR_NONE) { switch (error) {