From b799c981030906a727721e7dae3f4e48fbf02cbd Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 23 Oct 2024 08:59:24 +0000 Subject: [PATCH] Restyled by clang-format --- .../static-supported-temperature-levels.cpp | 3 ++- .../temperature-control/static-supported-temperature-levels.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.cpp b/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.cpp index abefaf1779892e..75c37f96deeeb6 100644 --- a/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.cpp +++ b/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.cpp @@ -34,7 +34,8 @@ CharSpan AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions[] = { "L const AppSupportedTemperatureLevelsDelegate::EndpointPair AppSupportedTemperatureLevelsDelegate::supportedOptionsByEndpoints [MATTER_DM_TEMPERATURE_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT] = { - EndpointPair(1, AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions, + EndpointPair( + 1, AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions, ArraySize(AppSupportedTemperatureLevelsDelegate::temperatureLevelOptions)) // Supported level options for endPoint 1 }; diff --git a/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.h b/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.h index 8758473fe57827..d20ab764446c7e 100644 --- a/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.h +++ b/examples/chef/common/clusters/temperature-control/static-supported-temperature-levels.h @@ -18,7 +18,6 @@ #pragma once - #include #include