Cristi Stoican / BLE_API

Dependents:   Migration

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Nov 28 14:11:21 2014 +0000
Parent:
160:155b28cb0e45
Child:
162:27a19b0fa40e
Commit message:
Synchronized with git rev d1bc90fa
Author: Rohit Grover
trivial cosmetic change.

Changed in this revision

services/URIBeacon2Service.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeacon2Service.h	Fri Nov 28 14:11:21 2014 +0000
+++ b/services/URIBeacon2Service.h	Fri Nov 28 14:11:21 2014 +0000
@@ -84,7 +84,7 @@
     }
 
     /**
-     * for debugging only
+     * For debugging only.
      */
     void dumpEncodedSeviceData() const {
         printf("encoded: '");
@@ -199,7 +199,7 @@
 
     size_t   payloadIndex;
     uint8_t  serviceDataPayload[MAX_SIZEOF_SERVICE_DATA_PAYLOAD];
-    bool               lockedState;
+    bool     lockedState;
     uint16_t uriDataLength;
     uint8_t  uriDataValue[MAX_SIZE_URI_DATA_CHAR_VALUE];
     uint8_t  flags;