white space diff
This commit is contained in:
parent
5a6f8cde9a
commit
b1b1a40368
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue