Skip to content

Commit

Permalink
Undo odd whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Apr 29, 2024
1 parent 90508ee commit 25055dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/clusters/ota-requestor/ota-requestor-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Status OtaRequestorServerGetUpdateState(chip::EndpointId endpointId, OTAUpdateSt
Status OtaRequestorServerSetUpdateStateProgress(app::DataModel::Nullable<uint8_t> value)
{
Status status = Status::Success;

// Find all endpoints that have OtaSoftwareUpdateRequestor implemented
for (auto endpoint : EnabledEndpointsWithServerCluster(OtaSoftwareUpdateRequestor::Id))
{
Expand Down

0 comments on commit 25055dd

Please sign in to comment.