minor white space diff.

This commit is contained in:
Rohit Grover 2015-01-16 09:16:08 +00:00
parent e2020c2b0c
commit 4a6ca6cd7a

View file

@ -304,7 +304,7 @@ void nRF51GattServer::hwCallback(ble_evt_t *p_ble_evt)
}
/* 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: {