Skip to content

Commit 3ce9b2f

Browse files
cvinayakcfriedt
authored andcommitted
Bluetooth: Controller: Minor indentation fixes
Minor indentation fixes. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 3a8bf27 commit 3ce9b2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

subsys/bluetooth/controller/ll_sw/ull_adv_aux.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ uint8_t ll_adv_aux_random_addr_set(uint8_t handle, uint8_t const *const addr)
8181
return 0;
8282
}
8383

84-
uint8_t ll_adv_aux_ad_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, uint8_t len,
85-
uint8_t const *const data)
84+
uint8_t ll_adv_aux_ad_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref,
85+
uint8_t len, uint8_t const *const data)
8686
{
8787
struct ll_adv_set *adv;
8888
uint8_t value[1 + sizeof(data)];
@@ -176,8 +176,8 @@ uint8_t ll_adv_aux_ad_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, ui
176176
return 0;
177177
}
178178

179-
uint8_t ll_adv_aux_sr_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref, uint8_t len,
180-
uint8_t const *const data)
179+
uint8_t ll_adv_aux_sr_data_set(uint8_t handle, uint8_t op, uint8_t frag_pref,
180+
uint8_t len, uint8_t const *const data)
181181
{
182182
struct pdu_adv_com_ext_adv *sr_com_hdr;
183183
struct pdu_adv *pri_pdu_prev;

0 commit comments

Comments
 (0)