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 srickardti committed Aug 17, 2022
1 parent 9c53c33 commit 3a1dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/cc13x2_26x2/CC13X2_26X2Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ CHIP_ERROR CC13X2_26X2Config::ReadKVS(const char * key, void * value, size_t val
else
{
read_len = value_size;
err = CHIP_ERROR_BUFFER_TOO_SMALL;
err = CHIP_ERROR_BUFFER_TOO_SMALL;
}

if (read_len > 0)
Expand Down

0 comments on commit 3a1dde0

Please sign in to comment.