white space diff

This commit is contained in:
Rohit Grover 2015-12-16 10:19:22 +00:00
parent 5a6f8cde9a
commit b1b1a40368

View file

@ -145,7 +145,7 @@ ble_error_t nRF5xn::shutdown(void)
* 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;
}