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 XToripuru committed Aug 21, 2024
1 parent f023d03 commit d70dc3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions examples/chip-tool/commands/clusters/DataModelLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ class DataModelLogger
}

static CHIP_ERROR LogAcceptedCommandId(const char * label, size_t indent,
const chip::app::DataModel::DecodableList<chip::CommandId> & value, chip::ClusterId cluster)
const chip::app::DataModel::DecodableList<chip::CommandId> & value,
chip::ClusterId cluster)
{
size_t count = 0;
ReturnErrorOnFailure(value.ComputeSize(&count));
Expand All @@ -228,7 +229,8 @@ class DataModelLogger
}

static CHIP_ERROR LogGeneratedCommandId(const char * label, size_t indent,
const chip::app::DataModel::DecodableList<chip::CommandId> & value, chip::ClusterId cluster)
const chip::app::DataModel::DecodableList<chip::CommandId> & value,
chip::ClusterId cluster)
{
size_t count = 0;
ReturnErrorOnFailure(value.ComputeSize(&count));
Expand Down
6 changes: 4 additions & 2 deletions examples/fabric-admin/commands/clusters/DataModelLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ class DataModelLogger
}

static CHIP_ERROR LogAcceptedCommandId(const char * label, size_t indent,
const chip::app::DataModel::DecodableList<chip::CommandId> & value, chip::ClusterId cluster)
const chip::app::DataModel::DecodableList<chip::CommandId> & value,
chip::ClusterId cluster)
{
size_t count = 0;
ReturnErrorOnFailure(value.ComputeSize(&count));
Expand All @@ -228,7 +229,8 @@ class DataModelLogger
}

static CHIP_ERROR LogGeneratedCommandId(const char * label, size_t indent,
const chip::app::DataModel::DecodableList<chip::CommandId> & value, chip::ClusterId cluster)
const chip::app::DataModel::DecodableList<chip::CommandId> & value,
chip::ClusterId cluster)
{
size_t count = 0;
ReturnErrorOnFailure(value.ComputeSize(&count));
Expand Down

0 comments on commit d70dc3d

Please sign in to comment.