mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[clang-format] apply v14 changes (#8490)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user