nochanges

Dependents:   BLE_Acceleration_Statejudging

Fork of nRF51822 by Nordic Semiconductor

Revision:
65:98215c4f3a25
Parent:
42:120a96d10f90
Child:
98:f96993b65e90
--- a/nordic/ble/ble_conn_params.cpp	Mon Sep 08 15:45:22 2014 +0000
+++ b/nordic/ble/ble_conn_params.cpp	Mon Sep 08 17:21:46 2014 +0100
@@ -226,7 +226,7 @@
         (p_evt_write->handle == m_conn_params_config.start_on_notify_cccd_handle)
         &&
         (p_evt_write->len == 2)
-    )
+       )
     {
         // Check if this is a 'start notification'
         if (ble_srv_is_notification_enabled(p_evt_write->data))
@@ -280,7 +280,7 @@
 
         default:
             // No implementation needed.
-           break;
+            break;
     }
 }