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 jmartinez-silabs committed Mar 8, 2023
1 parent dbab0a8 commit 423c1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/KeyValueStoreManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ CHIP_ERROR KeyValueStoreManagerImpl::_Get(const char * key, void * value, size_t
// The user doesn't need the KeyString prefix, Read data after it
size_t KeyStringLen = strlen(key);
err = SilabsConfig::ReadConfigValueBin(nvm3Key, reinterpret_cast<uint8_t *>(value), value_size, outLen,
(offset_bytes + KeyStringLen));
(offset_bytes + KeyStringLen));
if (read_bytes_size)
{
*read_bytes_size = outLen;
Expand Down

0 comments on commit 423c1ca

Please sign in to comment.