From 4c6dd9334a41987934062898a660772af2ca90f5 Mon Sep 17 00:00:00 2001 From: Debdeep Saha Date: Mon, 8 Jun 2020 20:15:43 +0530 Subject: [PATCH] Fixed coding style. --- features/nanostack/mbed-mesh-api/source/WisunInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp b/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp index 9dcc43630b4..8561a73a8aa 100644 --- a/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp +++ b/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp @@ -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; }