Skip to content

Commit 31c7aa1

Browse files
restyled-commitserwinpan1
authored andcommitted
Restyled by clang-format
1 parent 24bfb2b commit 31c7aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/chef/common/clusters/resource-monitoring/chef-resource-monitoring-delegates.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ ChefResourceMonitorInstance::ExternalAttributeWrite(const EmberAfAttributeMetada
128128
// We already know the input is a buffer started with a uint16_t as the length
129129
chip::Encoding::LittleEndian::Reader bufReader(buffer, sizeof(uint16_t));
130130
uint16_t tlvLen;
131-
VerifyOrReturnError( CHIP_NO_ERROR == bufReader.Read16(&tlvLen).StatusCode(), Protocols::InteractionModel::Status::UnsupportedWrite);
131+
VerifyOrReturnError(CHIP_NO_ERROR == bufReader.Read16(&tlvLen).StatusCode(),
132+
Protocols::InteractionModel::Status::UnsupportedWrite);
132133

133134
// Read from TLV
134135
uint32_t newValue = 0;

0 commit comments

Comments
 (0)