SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Wed Jan 21 10:01:16 2015 +0000
Parent:
90:0c883639fbd2
Child:
92:8c1553b39b03
Commit message:
Synchronized with git rev 4a6ca6cd
Author: Rohit Grover
minor white space diff.

Changed in this revision

nRF51GattServer.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/nRF51GattServer.cpp	Wed Jan 21 10:01:16 2015 +0000
+++ b/nRF51GattServer.cpp	Wed Jan 21 10:01:16 2015 +0000
@@ -304,7 +304,7 @@
     }
 
     /* Find index (charHandle) in the pool */
-    for (uint8_t i = 0; i<characteristicCount; i++) {
+    for (uint8_t i = 0; i < characteristicCount; i++) {
         if (nrfCharacteristicHandles[i].value_handle == handle_value) {
             switch (eventType) {
                 case GattServerEvents::GATT_EVENT_DATA_WRITTEN: {