Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and erwinpan1 committed Jun 11, 2024
1 parent 30bb6db commit 47e9eb7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ chip::Protocols::InteractionModel::Status ChefResourceMonitorInstance::ExternalA
case HepaFilterMonitoring::Attributes::DegradationDirection::Id:
default:
{
ChipLogError(Zcl, "Unsupported External Attribute Read: %d", static_cast<int>(attributeId));
ChipLogError(Zcl, "Unsupported External Attribute Read: %d", static_cast<int>(attributeId));
ret = Protocols::InteractionModel::Status::UnsupportedWrite;
}
break;
Expand All @@ -163,7 +163,7 @@ chip::Protocols::InteractionModel::Status chefResourceMonitoringExternalWriteCal
{
Protocols::InteractionModel::Status ret = Protocols::InteractionModel::Status::Success;
AttributeId attributeId = attributeMetadata->attributeId;
ChipLogProgress(Zcl, "chefResourceMonitoringExternalWriteCallback EP: %d, Cluster: %d, Att: %d", static_cast<int>(endpoint), static_cast<int>(clusterId), static_cast<int>(attributeId));
ChipLogProgress(Zcl, "chefResourceMonitoringExternalWriteCallback EP: %d, Cluster: %d, Att: %d", static_cast<int>(endpoint), static_cast<int>(clusterId), static_cast<int>(attributeId));

switch (clusterId) {
case HepaFilterMonitoring::Id:
Expand All @@ -184,7 +184,7 @@ chip::Protocols::InteractionModel::Status chefResourceMonitoringExternalReadCall
{
Protocols::InteractionModel::Status ret = Protocols::InteractionModel::Status::Success;
AttributeId attributeId = attributeMetadata->attributeId;
ChipLogProgress(Zcl, "chefResourceMonitoringExternalReadCallback EP: %d, Cluster: %d, Att: %d", static_cast<int>(endpoint), static_cast<int>(clusterId), static_cast<int>(attributeId));
ChipLogProgress(Zcl, "chefResourceMonitoringExternalReadCallback EP: %d, Cluster: %d, Att: %d", static_cast<int>(endpoint), static_cast<int>(clusterId), static_cast<int>(attributeId));

switch (clusterId) {
case HepaFilterMonitoring::Id:
Expand Down Expand Up @@ -232,7 +232,7 @@ chip::Protocols::InteractionModel::Status ChefResourceMonitorInstance::ExternalA
break;
case HepaFilterMonitoring::Attributes::DegradationDirection::Id:
default:
ChipLogError(Zcl, "Unsupported External Attribute Read: %d", static_cast<int>(attributeId));
ChipLogError(Zcl, "Unsupported External Attribute Read: %d", static_cast<int>(attributeId));
ret = Protocols::InteractionModel::Status::UnsupportedRead;
break;
}
Expand Down

0 comments on commit 47e9eb7

Please sign in to comment.