Follow Mbed OS coding style

pull/13936/head
Arto Kinnunen 2020-11-24 11:46:20 +02:00
parent f07030255f
commit 913ac8c2b2
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ nsapi_error_t EMACInterface::connect()
}
}
if (err == NSAPI_ERROR_UNSUPPORTED)
{
if (err == NSAPI_ERROR_UNSUPPORTED) {
err = _stack.add_ethernet_interface(_emac, true, &_interface);
}