Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 21, 2024
1 parent 254af50 commit a702c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/codegen-data-model-provider/EmberDataBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct SignedDecodeInfo
};
}

template<size_t N>
template <size_t N>
static constexpr SignedDecodeInfo OfSize()
{
// I specifically do not try to support "8" due to overflows.
Expand Down
3 changes: 2 additions & 1 deletion src/app/codegen-data-model-provider/EmberDataBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class EmberAttributeBuffer
/// Takes into account internal mIsNullable.
///
/// The string in `reader` is expected to be of type `tlvType`
CHIP_ERROR DecodeAsString(chip::TLV::TLVReader & reader, PascalStringType stringType, TLV::TLVType tlvType, EndianWriter & writer);
CHIP_ERROR DecodeAsString(chip::TLV::TLVReader & reader, PascalStringType stringType, TLV::TLVType tlvType,
EndianWriter & writer);

const bool mIsNullable; // Contains if the attribute metadata marks the field as NULLABLE
const EmberAfAttributeType mAttributeType; // Initialized with the attribute type from the metadata
Expand Down

0 comments on commit a702c04

Please sign in to comment.