resolved astyle - coding format.

pull/13084/head
Debdeep Saha 2020-06-10 18:26:07 +05:30
parent 0387254ebd
commit 466a57ada4
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}