Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and nivi-apple committed Mar 26, 2024
1 parent 3ed535f commit 0fda155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Darwin/DnssdContexts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ void BrowseContext::OnBrowseRemove(const char * name, const char * type, const c
domainNames.erase(std::remove_if(domainNames.begin(), domainNames.end(),
[name, type, interfaceId](const auto & domainName) {
return strcmp(domainName.first.mName, name) == 0 && domainName.first.mType == type &&
domainName.first.mInterface == chip::Inet::InterfaceId(interfaceId);
domainName.first.mInterface == chip::Inet::InterfaceId(interfaceId);
}),
domainNames.end());

Expand Down

0 comments on commit 0fda155

Please sign in to comment.