diff --git a/examples/all-clusters-app/linux/AllClustersCommandDelegate.cpp b/examples/all-clusters-app/linux/AllClustersCommandDelegate.cpp index 20072012a879a3..6e5008a38685d8 100644 --- a/examples/all-clusters-app/linux/AllClustersCommandDelegate.cpp +++ b/examples/all-clusters-app/linux/AllClustersCommandDelegate.cpp @@ -273,7 +273,7 @@ void HandleSimulateSwitchIdle(Json::Value & jsonValue) } EndpointId endpointId = static_cast(jsonValue["EndpointId"].asUInt()); - (void)Switch::Attributes::CurrentPosition::Set(endpointId, 0); + (void) Switch::Attributes::CurrentPosition::Set(endpointId, 0); } void EmitOccupancyChangedEvent(EndpointId endpointId, uint8_t occupancyValue)