Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 993730a

Browse files
restyled-commitsyufengwangca
authored andcommittedSep 18, 2024·
Restyled by clang-format
1 parent 3fc89d9 commit 993730a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/fabric-admin/device_manager/DeviceSubscription.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void DeviceSubscription::OnAttributeData(const ConcreteDataAttributePath & path,
6767
#if defined(PW_RPC_ENABLED)
6868
mCurrentAdministratorCommissioningAttributes.window_status = static_cast<uint32_t>(windowStatus);
6969
#endif
70-
mChangeDetected = true;
70+
mChangeDetected = true;
7171
break;
7272
}
7373
case Clusters::AdministratorCommissioning::Attributes::AdminFabricIndex::Id: {

0 commit comments

Comments
 (0)
Please sign in to comment.