diff --git a/src/controller/AbstractDnssdDiscoveryController.cpp b/src/controller/AbstractDnssdDiscoveryController.cpp index 6d89ff00491ce9..9c624b88b9926e 100644 --- a/src/controller/AbstractDnssdDiscoveryController.cpp +++ b/src/controller/AbstractDnssdDiscoveryController.cpp @@ -27,7 +27,7 @@ namespace chip { namespace Controller { -static bool SameExceptOrder(const chip::Span &source, const chip::Span &destination) +static bool SameExceptOrder(const chip::Span & source, const chip::Span & destination) { std::bitset addressUsed; if (source.size() != destination.size())