From 466a57ada49b7d676d39027f4c0c75456f7828e2 Mon Sep 17 00:00:00 2001 From: Debdeep Saha Date: Wed, 10 Jun 2020 18:26:07 +0530 Subject: [PATCH] resolved astyle - coding format. --- features/nanostack/mbed-mesh-api/source/WisunInterface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp b/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp index 991332dac1..5e027e9b25 100644 --- a/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp +++ b/features/nanostack/mbed-mesh-api/source/WisunInterface.cpp @@ -56,7 +56,7 @@ Nanostack::WisunInterface *WisunInterface::get_interface() const nsapi_error_t WisunInterface::do_initialize() { if (!_interface) { - _interface = new(std::nothrow) Nanostack::WisunInterface(*_phy); + _interface = new (std::nothrow) Nanostack::WisunInterface(*_phy); if (!_interface) { return NSAPI_ERROR_NO_MEMORY; } @@ -123,8 +123,8 @@ nsapi_error_t WisunInterface::configure() } nsapi_error_t Nanostack::WisunInterface::bringup(bool dhcp, const char *ip, - const char *netmask, const char *gw, - nsapi_ip_stack_t stack, bool blocking) + const char *netmask, const char *gw, + nsapi_ip_stack_t stack, bool blocking) { nanostack_lock();