CI: add astyle pre-commit hook

This commit is contained in:
WanqQixiang
2026-02-03 15:30:42 +08:00
parent cb27fe763d
commit 968ff042a8
199 changed files with 4422 additions and 4726 deletions
@@ -31,7 +31,7 @@ LazyRegisteredServerCluster<GroupcastCluster> gServer;
void ESPMatterGroupcastClusterServerInitCallback(chip::EndpointId endpointId)
{
VerifyOrDie(endpointId == chip::kRootEndpointId);
// Currently we don't support groupcast cluster in our data model, create the cluster with LN feature enabled.
// TODO: We should create the cluster according to the enabled features after we add the cluster.
chip::BitFlags<Groupcast::Feature> feature;