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

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


The following commit(s) were added to refs/heads/master by this push:
     new 706da3167 nimble/ll: Minor coding style fix
706da3167 is described below

commit 706da31673d640e2ee12b20a2beacde4edd6cf9f
Author: MariuszSkamra <[email protected]>
AuthorDate: Thu Jan 29 11:11:45 2026 +0100

    nimble/ll: Minor coding style fix
    
    This fixes code indentation.
---
 nimble/controller/src/ble_ll_adv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/controller/src/ble_ll_adv.c 
b/nimble/controller/src/ble_ll_adv.c
index e62b2c3a6..46967c4b3 100644
--- a/nimble/controller/src/ble_ll_adv.c
+++ b/nimble/controller/src/ble_ll_adv.c
@@ -2320,7 +2320,7 @@ ble_ll_adv_sync_tx_start_cb(struct ble_ll_sched_item *sch)
 
 #if MYNEWT_VAL(BLE_LL_PHY)
     /* Set phy mode */
-     ble_phy_mode_set(advsm->sec_phy, advsm->sec_phy);
+    ble_phy_mode_set(advsm->sec_phy, advsm->sec_phy);
 #endif
 
     /* Set the power */

Reply via email to