[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
+3 -3
View File
@@ -124,7 +124,7 @@ void VerifyChildTableContent(ChildTable &aTable, uint16_t aChildListLength, cons
for (uint16_t listIndex = 0; listIndex < aChildListLength; listIndex++)
{
Child * child;
Child *child;
Mac::Address address;
if (!StateMatchesFilter(aChildList[listIndex].mState, filter))
@@ -164,8 +164,8 @@ void VerifyChildTableContent(ChildTable &aTable, uint16_t aChildListLength, cons
for (; !iter.IsDone(); iter++)
{
Child * child = iter.GetChild();
Child & childRef = *iter;
Child *child = iter.GetChild();
Child &childRef = *iter;
bool didFind = false;
uint16_t childIndex;