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 committed May 17, 2022
1 parent 39f67e1 commit 774e011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void TestUDCClientState(nlTestSuite * inSuite, void * inContext)

const ByteSpan & value = GetSpan(rotatingIdLongString);
rotatingIdLongLen = Encoding::HexToBytes(reinterpret_cast<const char *>(value.data()), value.size(), rotatingIdLong,
chip::Dnssd::kMaxRotatingIdLen * 2);
chip::Dnssd::kMaxRotatingIdLen * 2);

printf("str len=%zu max length %zu, long length %zu\n", strlen(rotatingIdLongString), chip::Dnssd::kMaxRotatingIdLen,
rotatingIdLongLen);
Expand Down

0 comments on commit 774e011

Please sign in to comment.