Skip to content

Commit

Permalink
formatting changes reverting which was not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs committed Feb 20, 2024
1 parent c9fe018 commit 4a52c5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <assert.h>
#include <lib/support/CodeUtils.h>
#include <platform/CHIPDeviceLayer.h>
#include <provision/ProvisionManager.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#include <setup_payload/SetupPayload.h>

Expand Down Expand Up @@ -283,6 +282,7 @@ CHIP_ERROR BaseApplication::Init()
BaseApplication::sIsProvisioned = ConnectivityMgr().IsThreadProvisioned();
#endif
return err;

}

void BaseApplication::FunctionTimerEventHandler(TimerHandle_t xTimer)
Expand Down
1 change: 1 addition & 0 deletions examples/platform/silabs/BaseApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class BaseApplicationDelegate : public AppDelegate
/**********************************************************
* BaseApplication Declaration
*********************************************************/

class BaseApplication
{

Expand Down
1 change: 0 additions & 1 deletion src/platform/silabs/rs911x/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ CHIP_ERROR BLEManagerImpl::StopAdvertising(void)
{
ChipLogProgress(DeviceLayer, "advertising failed to stop, with status = 0x%lx", status);
}

}
return err;
}
Expand Down

0 comments on commit 4a52c5b

Please sign in to comment.