Skip to content

Commit f2ad926

Browse files
author
Arto Kinnunen
committed
Follow Mbed OS coding style
1 parent 08b6bea commit f2ad926

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/netsocket/EMACInterface.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ nsapi_error_t EMACInterface::connect()
8181
}
8282
}
8383

84-
if (err == NSAPI_ERROR_UNSUPPORTED)
85-
{
84+
if (err == NSAPI_ERROR_UNSUPPORTED) {
8685
err = _stack.add_ethernet_interface(_emac, true, &_interface);
8786
}
8887

0 commit comments

Comments
 (0)