Skip to content

Commit c56fa8d

Browse files
author
Juha Heiskanen
committed
Code style fix
Change-Id: I65fa5ba1011a7ba03b53f061cc7abe3e5335e9b4
1 parent f298cd3 commit c56fa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static void ws_bootstrap_primary_parent_set(struct protocol_interface_info_entry
546546

547547
void ws_bootstrap_eapol_parent_synch(struct protocol_interface_info_entry *cur, llc_neighbour_req_t *neighbor_info)
548548
{
549-
if (cur->ws_info->configuration_learned || !neighbor_info->ws_neighbor->broadcast_shedule_info_stored || !neighbor_info->ws_neighbor->broadcast_timing_info_stored ) {
549+
if (cur->ws_info->configuration_learned || !neighbor_info->ws_neighbor->broadcast_shedule_info_stored || !neighbor_info->ws_neighbor->broadcast_timing_info_stored) {
550550
return;
551551
}
552552

0 commit comments

Comments
 (0)