Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and su-shanka committed May 3, 2024
1 parent 6555f76 commit 9287a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/dnssd/IncrementalResolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ CHIP_ERROR IncrementalResolver::Take(DiscoveredNodeData & outputData)

IPAddressSorter::Sort(mCommonResolutionData.ipAddress, mCommonResolutionData.numIPs, mCommonResolutionData.interfaceId);

// Set the DiscoveredNodeData with CommissionNodeData info specific to commissionable/commisssioner
// Set the DiscoveredNodeData with CommissionNodeData info specific to commissionable/commisssioner
// node available in mSpecificResolutionData.
outputData.Set<CommissionNodeData>(mSpecificResolutionData.Get<CommissionNodeData>());

// IncrementalResolver stored CommonResolutionData separately in mCommonResolutionData hence copy the
// IncrementalResolver stored CommonResolutionData separately in mCommonResolutionData hence copy the
// CommonResolutionData info from mCommonResolutionData, to CommissionNodeData within DiscoveredNodeData
CommonResolutionData & resolutionData = outputData.Get<CommissionNodeData>();
resolutionData = mCommonResolutionData;
Expand Down

0 comments on commit 9287a60

Please sign in to comment.