library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
582:37fd3190598e
Parent:
578:78f69f1be114
Child:
586:533fd7fdb0fe
--- a/source/nRF5xn.cpp	Mon Jan 11 10:19:27 2016 +0000
+++ b/source/nRF5xn.cpp	Mon Jan 11 10:19:27 2016 +0000
@@ -145,7 +145,7 @@
      * will be many NULL references and no config information which could lead
      * to errors if the shutdown process is interrupted.
      */
-    if(softdevice_handler_sd_disable() != NRF_SUCCESS) {
+    if (softdevice_handler_sd_disable() != NRF_SUCCESS) {
         return BLE_STACK_BUSY;
     }