Skip to content

Commit fc0e4bb

Browse files
restyled-commitsyunhanw-google
authored andcommittedMay 30, 2024
Restyled by clang-format
1 parent d57d9e4 commit fc0e4bb

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-
mScopedNodeId = chip::ScopedNodeId(value.checkInNodeID,device->GetSecureSession().Value()->GetFabricIndex());
63+
mScopedNodeId = chip::ScopedNodeId(value.checkInNodeID, device->GetSecureSession().Value()->GetFabricIndex());
6464
return CHIP_NO_ERROR;
6565
}
6666

@@ -223,6 +223,6 @@ class ClusterCommand : public InteractionModelCommands, public ModelCommand, pub
223223
chip::ClusterId mClusterId;
224224
chip::CommandId mCommandId;
225225
chip::ScopedNodeId mScopedNodeId;
226-
CHIP_ERROR mError = CHIP_NO_ERROR;
226+
CHIP_ERROR mError = CHIP_NO_ERROR;
227227
CustomArgument mPayload;
228228
};

0 commit comments

Comments
 (0)