Skip to content

Commit

Permalink
Follow Mbed OS coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Arto Kinnunen committed Sep 2, 2020
1 parent 207250f commit 22c3c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ mesh_error_t WisunBorderRouter::set_dns_query_result(SocketAddress *address, cha
return MESH_ERROR_STATE;
}

if (ws_bbr_dns_query_result_set(_mesh_if_id, (const uint8_t *)address->get_ip_bytes(), domain_name) >= 0 ) {
if (ws_bbr_dns_query_result_set(_mesh_if_id, (const uint8_t *)address->get_ip_bytes(), domain_name) >= 0) {
return MESH_ERROR_NONE;
}

Expand Down

0 comments on commit 22c3c35

Please sign in to comment.