Skip to content

Commit 5a7500a

Browse files
restyled-commitsarun-silabs
authored andcommitted
Restyled by whitespace
1 parent 029bdb4 commit 5a7500a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/oven-app/silabs/src/OvenManager.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ void OvenManager::OnOffAttributeChangeHandler(EndpointId endpointId, AttributeId
171171
// Update CookSurface states accordingly
172172
mCookSurfaceEndpoint1.SetOnOffState(*value);
173173
mCookSurfaceEndpoint2.SetOnOffState(*value);
174-
174+
175175
// Trigger binding for CookTop OnOff changes
176176
{
177177
OnOffBindingContext * context = Platform::New<OnOffBindingContext>();
178-
178+
179179
context->localEndpointId = kCookTopEndpoint;
180180
context->commandId = *value ? Clusters::OnOff::Commands::On::Id : Clusters::OnOff::Commands::Off::Id;
181-
181+
182182
CookTopOnOffBindingTrigger(context);
183183
}
184184
break;

0 commit comments

Comments
 (0)