Skip to content

Commit a53233d

Browse files
author
Arto Kinnunen
committed
Follow Mbed OS coding style
1 parent d02561e commit a53233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/nanostack/mbed-mesh-api/source/WisunBorderRouter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ mesh_error_t WisunBorderRouter::set_dns_query_result(SocketAddress *address, cha
463463
return MESH_ERROR_STATE;
464464
}
465465

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

0 commit comments

Comments
 (0)