Skip to content

Commit 0fda155

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent 3ed535f commit 0fda155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/Darwin/DnssdContexts.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ void BrowseContext::OnBrowseRemove(const char * name, const char * type, const c
406406
domainNames.erase(std::remove_if(domainNames.begin(), domainNames.end(),
407407
[name, type, interfaceId](const auto & domainName) {
408408
return strcmp(domainName.first.mName, name) == 0 && domainName.first.mType == type &&
409-
domainName.first.mInterface == chip::Inet::InterfaceId(interfaceId);
409+
domainName.first.mInterface == chip::Inet::InterfaceId(interfaceId);
410410
}),
411411
domainNames.end());
412412

0 commit comments

Comments
 (0)