Skip to content

Commit cc95881

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent 3e5e0bc commit cc95881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chip-tool/commands/clusters/ClusterCommand.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ClusterCommand : public InteractionModelCommands, public ModelCommand, pub
6060
const chip::app::Clusters::IcdManagement::Commands::UnregisterClient::Type & value)
6161
{
6262
ReturnErrorOnFailure(InteractionModelCommands::SendCommand(device, endpointId, clusterId, commandId, value));
63-
mPeerNodeId = chip::ScopedNodeId(device->GetDeviceId(), device->GetSecureSession().Value()->GetFabricIndex());
63+
mPeerNodeId = chip::ScopedNodeId(device->GetDeviceId(), device->GetSecureSession().Value()->GetFabricIndex());
6464
return CHIP_NO_ERROR;
6565
}
6666

@@ -272,7 +272,7 @@ class ClusterCommand : public InteractionModelCommands, public ModelCommand, pub
272272
// The MonitoredSubject, when it is a NodeID, MAY be the same as the CheckInNodeID.
273273
// The MonitoredSubject gives the registering client the flexibility of having a different
274274
// CheckInNodeID from the MonitoredSubject.
275-
uint64_t mMonitoredSubject = static_cast<uint64_t>(0);
275+
uint64_t mMonitoredSubject = static_cast<uint64_t>(0);
276276

277277
// Client type of the client registering
278278
chip::app::Clusters::IcdManagement::ClientTypeEnum mClientType = chip::app::Clusters::IcdManagement::ClientTypeEnum::kPermanent;

0 commit comments

Comments
 (0)