[clang-format] apply v14 changes (#8490)

This commit is contained in:
Jonathan Hui
2022-12-07 16:23:20 -08:00
parent 351298e85f
commit 9c467a23ae
373 changed files with 4176 additions and 2841 deletions
+6 -6
View File
@@ -72,7 +72,7 @@ void TestSha256(void)
struct TestCase
{
const char * mData; // (null-terminated string).
const char *mData; // (null-terminated string).
otCryptoSha256Hash mHash;
};
@@ -85,9 +85,9 @@ void TestSha256(void)
printf("TestSha256\n");
Instance * instance = testInitInstance();
Instance *instance = testInitInstance();
MessagePool *messagePool;
Message * message;
Message *message;
uint16_t offsets[GetArrayLength(kTestCases)];
uint8_t index;
@@ -142,7 +142,7 @@ void TestHmacSha256(void)
struct TestCase
{
otCryptoKey mKey;
const void * mData;
const void *mData;
uint16_t mDataLength;
otCryptoSha256Hash mHash;
};
@@ -226,9 +226,9 @@ void TestHmacSha256(void)
{{&kKey5[0], sizeof(kKey5), 0}, kData5, sizeof(kData5) - 1, kHash5},
};
Instance * instance = testInitInstance();
Instance *instance = testInitInstance();
MessagePool *messagePool;
Message * message;
Message *message;
uint16_t offsets[GetArrayLength(kTestCases)];
uint8_t index;