Skip to content

Commit d96aa6d

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Minor indentation fix
Minor indentation fix to keep within 80 columns when it is possible. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent c888d6a commit d96aa6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_sync.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ static void isr_tx(void *param)
399399
}
400400
}
401401

402-
static void switch_radio_complete_and_b2b_tx(const struct lll_adv_sync *lll, uint8_t phy_s)
402+
static void switch_radio_complete_and_b2b_tx(const struct lll_adv_sync *lll,
403+
uint8_t phy_s)
403404
{
404405
#if defined(CONFIG_BT_CTLR_DF_ADV_CTE_TX)
405406
if (lll->cte_started) {

0 commit comments

Comments
 (0)