config changes

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Sep 25 15:26:58 2015 +0100
Parent:
440:f58f868539b8
Child:
442:a2693384abdb
Commit message:
Synchronized with git rev 887426ad
Author: Rohit Grover
minor white space diff

Changed in this revision

source/nRF5xGattServer.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/nRF5xGattServer.cpp	Fri Sep 25 15:26:58 2015 +0100
+++ b/source/nRF5xGattServer.cpp	Fri Sep 25 15:26:58 2015 +0100
@@ -233,7 +233,7 @@
         hvx_params.offset = 0;
         hvx_params.p_data = const_cast<uint8_t *>(buffer);
         hvx_params.p_len  = &len;
-        
+
         error_t error = (error_t) sd_ble_gatts_hvx(gapConnectionHandle, &hvx_params);
         if (error != ERROR_NONE) {
             switch (error) {