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 authored and tehampson committed Aug 29, 2024
1 parent b7faa29 commit 1b2f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fabric-admin/device_manager/DeviceSubscription.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class DeviceSubscription : public chip::app::ReadClient::Callback
chip::Callback::Callback<chip::OnDeviceConnectionFailure> mOnDeviceConnectionFailureCallback;

chip_rpc_AdministratorCommissioningChanged mCurrentAdministratorCommissioningAttributes;
bool mChangeDetected = false;
bool mChangeDetected = false;
// Used to ensure DeviceSubscription is only starts subscription only once. If instance of
// DeviceSubscription is allowed reused class documentation should be updated.
bool mSubscriptionStarted = false;
Expand Down

0 comments on commit 1b2f947

Please sign in to comment.