Skip to content

Commit 913ac8c

Browse files
author
Arto Kinnunen
committed
Follow Mbed OS coding style
1 parent f070302 commit 913ac8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

connectivity/netsocket/source/EMACInterface.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ nsapi_error_t EMACInterface::connect()
6161
}
6262
}
6363

64-
if (err == NSAPI_ERROR_UNSUPPORTED)
65-
{
64+
if (err == NSAPI_ERROR_UNSUPPORTED) {
6665
err = _stack.add_ethernet_interface(_emac, true, &_interface);
6766
}
6867

0 commit comments

Comments
 (0)