Skip to content

Commit 51a6754

Browse files
authored
WicedInterface: fix styling
1 parent 2f09d7c commit 51a6754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

connectivity/drivers/wifi/TARGET_WICED/wiced_interface/WicedInterface.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class WicedInterface : public WiFiInterface, public EMACInterface {
3333
public:
3434

3535
WicedInterface(
36-
EMAC &emac = WICED_EMAC::get_instance(),
37-
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
36+
EMAC &emac = WICED_EMAC::get_instance(),
37+
OnboardNetworkStack &stack = OnboardNetworkStack::get_default_instance());
3838

3939
/** Start the interface
4040
*
@@ -79,7 +79,7 @@ class WicedInterface : public WiFiInterface, public EMACInterface {
7979
* @param channel Channel on which the connection is to be made, or 0 for any (Default: 0)
8080
* @return Not supported, returns NSAPI_ERROR_UNSUPPORTED
8181
*/
82-
nsapi_error_t set_channel(uint8_t channel)
82+
nsapi_error_t set_channel(uint8_t channel)
8383
{
8484
if (channel != 0) {
8585
return NSAPI_ERROR_UNSUPPORTED;

0 commit comments

Comments
 (0)