Skip to content

Commit 2f09d7c

Browse files
authored
Update WicedInterface.h
Fix the styling error
1 parent 01875eb commit 2f09d7c

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
@@ -29,8 +29,7 @@
2929
/** WicedInterface class
3030
* Implementation of the NetworkStack for the Wiced
3131
*/
32-
class WicedInterface : public WiFiInterface, public EMACInterface
33-
{
32+
class WicedInterface : public WiFiInterface, public EMACInterface {
3433
public:
3534

3635
WicedInterface(
@@ -80,7 +79,8 @@ class WicedInterface : public WiFiInterface, public EMACInterface
8079
* @param channel Channel on which the connection is to be made, or 0 for any (Default: 0)
8180
* @return Not supported, returns NSAPI_ERROR_UNSUPPORTED
8281
*/
83-
nsapi_error_t set_channel(uint8_t channel) {
82+
nsapi_error_t set_channel(uint8_t channel)
83+
{
8484
if (channel != 0) {
8585
return NSAPI_ERROR_UNSUPPORTED;
8686
}

0 commit comments

Comments
 (0)