Skip to content

Commit f61b62a

Browse files
restyled-commitsmarius-preda
authored andcommitted
Restyled by whitespace
1 parent 9a7cad7 commit f61b62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/nxp/common/DnssdImplBr.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ static void DispatchResolve(intptr_t context)
976976
}
977977

978978
// The context will be freed and the resolve operation is stopped. Matter will
979-
// try to stop it again on the mDnsResolveCallback but nothing will happen because the
979+
// try to stop it again on the mDnsResolveCallback but nothing will happen because the
980980
// element is no longer present in the list.
981981
LIST_RemoveElement(&pResolveContext->link);
982982

@@ -990,7 +990,7 @@ static void DispatchResolveError(intptr_t context)
990990
Span<Inet::IPAddress> ipAddrs;
991991

992992
// The context will be freed and the resolve operation is stopped. Matter will
993-
// try to stop it again on the mDnsResolveCallback but nothing will happen because the
993+
// try to stop it again on the mDnsResolveCallback but nothing will happen because the
994994
// element is no longer present in the list.
995995
LIST_RemoveElement(&pResolveContext->link);
996996

0 commit comments

Comments
 (0)