Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Sarthak-Shaha committed Oct 22, 2024
1 parent 883ad36 commit 488dfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ bool BaseApplication::ActivateStatusLedPatterns()
#ifdef MATTER_DM_PLUGIN_IDENTIFY_SERVER
for (const auto & obj : IdentifyPool)
{
if(obj->mEndpoint == latest_active_endpoint)
if (obj->mEndpoint == latest_active_endpoint)
{
if (obj->mActive)
{
Expand Down Expand Up @@ -687,7 +687,7 @@ void BaseApplication::OnTriggerIdentifyEffectCompleted(chip::System::Layer * sys

void BaseApplication::OnTriggerIdentifyEffect(Identify * identify)
{
sIdentifyEffect = identify->mCurrentEffectIdentifier;
sIdentifyEffect = identify->mCurrentEffectIdentifier;
latest_active_endpoint = identify->mEndpoint;

if (identify->mEffectVariant != Clusters::Identify::EffectVariantEnum::kDefault)
Expand Down

0 comments on commit 488dfa1

Please sign in to comment.