Skip to content

Commit efceeac

Browse files
restyled-commitsarun-silabs
authored andcommitted
Restyled by clang-format
1 parent 50bfb9c commit efceeac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ void OvenManager::OnOffAttributeChangeHandler(EndpointId endpointId, AttributeId
180180

181181
// Post an event to AppTask for the hardware actions (like LCD and LED update).
182182
AppEvent event = {};
183-
event.Type = AppEvent::kEventType_UIUpdate;
184-
event.Handler = OvenActionHandler;
183+
event.Type = AppEvent::kEventType_UIUpdate;
184+
event.Handler = OvenActionHandler;
185185
AppTask::GetAppTask().PostEvent(&event);
186186
}
187187

@@ -192,8 +192,8 @@ void OvenManager::OvenModeAttributeChangeHandler(chip::EndpointId endpointId, ch
192192
ChipLogError(AppServer, "Command received over Unsupported Endpoint"));
193193
// Post an event to AppTask for the hardware actions (like LCD and LED update).
194194
AppEvent event = {};
195-
event.Type = AppEvent::kEventType_UIUpdate;
196-
event.Handler = OvenActionHandler;
195+
event.Type = AppEvent::kEventType_UIUpdate;
196+
event.Handler = OvenActionHandler;
197197
AppTask::GetAppTask().PostEvent(&event);
198198
return;
199199
}

0 commit comments

Comments
 (0)