minor white space diff

This commit is contained in:
Rohit Grover 2015-08-28 14:01:52 +01:00
parent b0bf2db253
commit 887426ad0b
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ ble_error_t nRF5xGattServer::write(Gap::Handle_t connectionHandle, GattAttribute
hvx_params.offset = 0; hvx_params.offset = 0;
hvx_params.p_data = const_cast<uint8_t *>(buffer); hvx_params.p_data = const_cast<uint8_t *>(buffer);
hvx_params.p_len = &len; hvx_params.p_len = &len;
error_t error = (error_t) sd_ble_gatts_hvx(gapConnectionHandle, &hvx_params); error_t error = (error_t) sd_ble_gatts_hvx(gapConnectionHandle, &hvx_params);
if (error != ERROR_NONE) { if (error != ERROR_NONE) {
switch (error) { switch (error) {