Skip to content

Commit bf95a0b

Browse files
author
Arto Kinnunen
committed
Follow Mbed OS coding style
1 parent b55f9f2 commit bf95a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ mesh_error_t WisunBorderRouter::set_dns_query_result(SocketAddress *address, cha
335335
return MESH_ERROR_STATE;
336336
}
337337

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

0 commit comments

Comments
 (0)