Skip to content

Commit ed87161

Browse files
author
Juha Heiskanen
committed
Code style fix.
1 parent b86f885 commit ed87161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_llc_data_service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ static void ws_llc_mpx_data_request(const mpx_api_t *api, const struct mcps_data
710710
ptr = ws_wh_bt_write(ptr);
711711
}
712712

713-
if (user_id == MPX_LOWPAN_ENC_USER_ID ) {
713+
if (user_id == MPX_LOWPAN_ENC_USER_ID) {
714714
if (ie_header_mask.vh_ie) {
715715
ptr = ws_wh_vh_write(ptr, base->ie_params.vendor_header_data, base->ie_params.vendor_header_length);
716716
}

0 commit comments

Comments
 (0)