Skip to content

Commit

Permalink
Fixed coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
debdeep-arm committed Jun 9, 2020
1 parent 64851eb commit 4c6dd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/nanostack/mbed-mesh-api/source/WisunInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ mesh_error_t WisunInterface::get_info(router_information_t *info_ptr)
rpl_dodag_info_t dodag_ptr = {0};
uint8_t global_address[16] = {0};

if(info_ptr == NULL) {
if (info_ptr == NULL) {
return MESH_ERROR_PARAM;
}

Expand Down

0 comments on commit 4c6dd93

Please sign in to comment.