From 31c7aa16a16d59d1c884ef53d016ac151cfd8d37 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 14 Jun 2024 02:20:07 +0000 Subject: [PATCH] Restyled by clang-format --- .../resource-monitoring/chef-resource-monitoring-delegates.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/chef/common/clusters/resource-monitoring/chef-resource-monitoring-delegates.cpp b/examples/chef/common/clusters/resource-monitoring/chef-resource-monitoring-delegates.cpp index fa9b5fe33bb280..9e6db1fd2f3145 100644 --- a/examples/chef/common/clusters/resource-monitoring/chef-resource-monitoring-delegates.cpp +++ b/examples/chef/common/clusters/resource-monitoring/chef-resource-monitoring-delegates.cpp @@ -128,7 +128,8 @@ ChefResourceMonitorInstance::ExternalAttributeWrite(const EmberAfAttributeMetada // We already know the input is a buffer started with a uint16_t as the length chip::Encoding::LittleEndian::Reader bufReader(buffer, sizeof(uint16_t)); uint16_t tlvLen; - VerifyOrReturnError( CHIP_NO_ERROR == bufReader.Read16(&tlvLen).StatusCode(), Protocols::InteractionModel::Status::UnsupportedWrite); + VerifyOrReturnError(CHIP_NO_ERROR == bufReader.Read16(&tlvLen).StatusCode(), + Protocols::InteractionModel::Status::UnsupportedWrite); // Read from TLV uint32_t newValue = 0;