[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
+4 -4
View File
@@ -35,8 +35,8 @@ using namespace ot;
namespace ot {
ot::Instance * sInstance;
Ip6::Ip6 * sIp6;
ot::Instance *sInstance;
Ip6::Ip6 *sIp6;
Lowpan::Lowpan *sLowpan;
void TestIphcVector::GetCompressedStream(uint8_t *aIphc, uint16_t &aIphcLength)
@@ -146,7 +146,7 @@ static void Init(void)
*/
static void Test(TestIphcVector &aVector, bool aCompress, bool aDecompress)
{
Message * message = nullptr;
Message *message = nullptr;
uint8_t result[512];
uint8_t iphc[512];
uint8_t ip6[512];
@@ -173,7 +173,7 @@ static void Test(TestIphcVector &aVector, bool aCompress, bool aDecompress)
if (aCompress)
{
FrameBuilder frameBuilder;
Message * compressedMsg;
Message *compressedMsg;
Ip6::Ecn ecn;
frameBuilder.Init(result, 127);