fdsf
Fork of nRF51822 by
Revision 582:37fd3190598e, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 10:19:27 2016 +0000
- Parent:
- 581:1dd90ec7527b
- Child:
- 583:3e44f6eb3a42
- Commit message:
- Synchronized with git rev b1b1a403
Author: Rohit Grover
white space diff
Changed in this revision
source/nRF5xn.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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; }