From 604f0afc550404e9abd1081fa07fba1a8ca2fe72 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 6 Sep 2023 17:09:38 +0000 Subject: [PATCH] Restyled by clang-format --- examples/thermostat/silabs/src/ZclCallbacks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/thermostat/silabs/src/ZclCallbacks.cpp b/examples/thermostat/silabs/src/ZclCallbacks.cpp index 4bac6080100006..641f4c7698c27d 100644 --- a/examples/thermostat/silabs/src/ZclCallbacks.cpp +++ b/examples/thermostat/silabs/src/ZclCallbacks.cpp @@ -51,7 +51,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath & { TempMgr().AttributeChangeHandler(attributePath.mEndpointId, attributeId, value, size); #ifdef DIC_ENABLE - dic::control::AttributeHandler(attributePath.mEndpointId,attributeId); + dic::control::AttributeHandler(attributePath.mEndpointId, attributeId); #endif // DIC_ENABLE } }