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 committed Jan 20, 2022
1 parent ef44d48 commit 06a0c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/clusters/ota-requestor/OTARequestor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ void OTARequestor::CancelImageUpdate()
mBdxDownloader->EndDownload(CHIP_ERROR_CONNECTION_ABORTED);

// All Provider info should be invalidated
mProviderNodeId = kUndefinedNodeId;
mProviderNodeId = kUndefinedNodeId;
mProviderFabricIndex = kUndefinedFabricIndex;
mProviderEndpointId = kRootEndpointId;
mProviderEndpointId = kRootEndpointId;

RecordNewUpdateState(OTAUpdateStateEnum::kIdle, OTAChangeReasonEnum::kUnknown);
}
Expand Down

0 comments on commit 06a0c91

Please sign in to comment.