Skip to content

Commit 35584b4

Browse files
restyled-commitslpbeliveau-silabs
authored andcommitted
Restyled by whitespace
1 parent a68cae6 commit 35584b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/platform/silabs/BaseApplication.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ bool BaseApplication::ActivateStatusLedPatterns()
437437
void BaseApplication::UpdateCommissioningStatus(bool newState)
438438
{
439439
#ifdef SL_WIFI
440-
BaseApplication::sIsProvisioned = ConnectivityMgr().IsWiFiStationProvisioned();
440+
BaseApplication::sIsProvisioned = ConnectivityMgr().IsWiFiStationProvisioned();
441441
sIsEnabled = ConnectivityMgr().IsWiFiStationEnabled();
442442
sIsAttached = ConnectivityMgr().IsWiFiStationConnected();
443443
#endif /* SL_WIFI */

examples/platform/silabs/BaseApplication.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#define APP_ERROR_START_TIMER_FAILED CHIP_APPLICATION_ERROR(0x05)
6464
#define APP_ERROR_STOP_TIMER_FAILED CHIP_APPLICATION_ERROR(0x06)
6565

66-
class BaseApplicationDelegate : public AppDelegate,
66+
class BaseApplicationDelegate : public AppDelegate,
6767
public chip::FabricTable::Delegate
6868
{
6969
private:

src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1090,10 +1090,10 @@ CHIP_ERROR GenericThreadStackManagerImpl_OpenThread<ImplClass>::_GetPollPeriod(u
10901090

10911091
/**
10921092
* @brief Helper that sets callbacks for OpenThread state changes and configures the Thread stack.
1093-
* Assigns mOTInst to and instance and configures the OT stack on a device by setting state change callbacks enabling features
1093+
* Assigns mOTInst to and instance and configures the OT stack on a device by setting state change callbacks enabling features
10941094
* for IPv6 address configuration, enabling the Thread network if necessary, and handling SRP if enabled.
10951095
* Allows for the configuration of the Thread stack on a device where the instance and the otCLI are already initialised.
1096-
*
1096+
*
10971097
* @param otInst Pointer to the OT instance
10981098
* @return CHIP_ERROR OpenThread error mapped to CHIP_ERROR
10991099
*/

0 commit comments

Comments
 (0)