mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
[format] standardize clang-format to 19.1.7 (#11797)
Since llvm-19, if we use package manager to install it, the minor versions could be different. This commit standardizes the version on linux to 19.1.7. This version is the same as the one installed by homebrew.
This commit is contained in:
@@ -1019,11 +1019,9 @@ void TestNetworkDataDsnSrpAnycastSeqNumSelection(void)
|
||||
const uint8_t kPreferredSeqNum15 = 3;
|
||||
const uint8_t kPreferredVer15 = 0;
|
||||
|
||||
#define TEST_CASE(Num) \
|
||||
{ \
|
||||
kNetworkData##Num, sizeof(kNetworkData##Num), kSeqNumbers##Num, sizeof(kSeqNumbers##Num), \
|
||||
kPreferredSeqNum##Num, kPreferredVer##Num \
|
||||
}
|
||||
#define TEST_CASE(Num) \
|
||||
{kNetworkData##Num, sizeof(kNetworkData##Num), kSeqNumbers##Num, \
|
||||
sizeof(kSeqNumbers##Num), kPreferredSeqNum##Num, kPreferredVer##Num}
|
||||
|
||||
const TestInfo kTests[] = {
|
||||
TEST_CASE(1), TEST_CASE(2), TEST_CASE(3), TEST_CASE(4), TEST_CASE(5),
|
||||
|
||||
Reference in New Issue
Block a user