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 tennessee-google committed Dec 8, 2023
1 parent dcf2d27 commit 6882bd4
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/lib/core/TLVWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,10 @@ namespace TLV {
using namespace chip::Encoding;

TLVWriter::TLVWriter() :
ImplicitProfileId(kProfileIdNotSpecified),
AppData(nullptr),
mBackingStore(nullptr),
mBufStart(nullptr),
mWritePoint(nullptr),
mRemainingLen(0),
mLenWritten(0),
mMaxLen(0),
mReservedSize(0),
mContainerType(kTLVType_NotSpecified),
mInitializationCookie(0),
mContainerOpen(false),
mCloseContainerReserved(true) {}
ImplicitProfileId(kProfileIdNotSpecified), AppData(nullptr), mBackingStore(nullptr), mBufStart(nullptr), mWritePoint(nullptr),
mRemainingLen(0), mLenWritten(0), mMaxLen(0), mReservedSize(0), mContainerType(kTLVType_NotSpecified), mInitializationCookie(0),
mContainerOpen(false), mCloseContainerReserved(true)
{}

NO_INLINE void TLVWriter::Init(uint8_t * buf, size_t maxLen)
{
Expand Down

0 comments on commit 6882bd4

Please sign in to comment.