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 erwinpan1 committed Jun 14, 2024
1 parent 24bfb2b commit 31c7aa1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 31c7aa1

Please sign in to comment.