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 e69fe41 commit 2c6e339
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 267 deletions.
9 changes: 6 additions & 3 deletions src/lib/core/TLVWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,8 @@ class DLL_EXPORT TLVWriter
*
* @retval #CHIP_NO_ERROR If the method succeeded.
* @retval #CHIP_ERROR_INCORRECT_STATE
* If the supplied container writer is not in the correct state or if the TLVWriter is not initialized.
* If the supplied container writer is not in the correct state or if the TLVWriter is not
* initialized.
* @retval #CHIP_ERROR_TLV_CONTAINER_OPEN
* If another container writer has been opened on the supplied
* container writer and not yet closed.
Expand Down Expand Up @@ -1051,7 +1052,8 @@ class DLL_EXPORT TLVWriter
* @retval #CHIP_ERROR_INVALID_ARGUMENT
* If the supplied reader uses a TLVBackingStore rather than a simple buffer.
* @retval #CHIP_ERROR_INCORRECT_STATE
* If the supplied reader is not positioned on a container element or if the TLVWriter was not initialized.
* If the supplied reader is not positioned on a container element or if the TLVWriter was not
* initialized.
* @retval #CHIP_ERROR_TLV_CONTAINER_OPEN
* If a container writer has been opened on the current writer and not
* yet closed.
Expand Down Expand Up @@ -1103,7 +1105,8 @@ class DLL_EXPORT TLVWriter
* @retval #CHIP_ERROR_INVALID_ARGUMENT
* If the supplied reader uses a TLVBackingStore rather than a simple buffer.
* @retval #CHIP_ERROR_INCORRECT_STATE
* If the supplied reader is not positioned on a container element or of the TLVWriter was not initialized.
* If the supplied reader is not positioned on a container element or of the TLVWriter was not
* initialized.
* @retval #CHIP_ERROR_TLV_CONTAINER_OPEN
* If a container writer has been opened on the current writer and not
* yet closed.
Expand Down
Loading

0 comments on commit 2c6e339

Please sign in to comment.