You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/03/15 21:26:57 UTC

[mynewt-nimble] 02/14: nimble/ll: Minor coding style fix

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 176b8d8dce2ac5404a0349fd430765d2eae94b29
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Mar 7 11:35:34 2018 +0100

    nimble/ll: Minor coding style fix
    
    X-Original-Commit: 09c3e68af9f41cb6aa5274c254648b721b6c7140
---
 nimble/controller/src/ble_ll_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/controller/src/ble_ll_scan.c b/nimble/controller/src/ble_ll_scan.c
index 51100cc..de3178f 100644
--- a/nimble/controller/src/ble_ll_scan.c
+++ b/nimble/controller/src/ble_ll_scan.c
@@ -1379,7 +1379,7 @@ ble_ll_scan_event_proc(struct os_event *ev)
     case BLE_LL_STATE_ADV:
     case BLE_LL_STATE_CONNECTION:
          start_scan = 0;
-        break;
+         break;
     case BLE_LL_STATE_INITIATING:
         /* Must disable PHY since we will move to a new channel */
         ble_phy_disable();

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.