diff --git a/examples/chef/common/stubs.cpp b/examples/chef/common/stubs.cpp index edd95183c40c23..0e539985fdbec3 100644 --- a/examples/chef/common/stubs.cpp +++ b/examples/chef/common/stubs.cpp @@ -378,7 +378,9 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath & * emberAfPluginOnOffClusterServerPostInitCallback. * */ -void emberAfOnOffClusterInitCallback(EndpointId endpoint) {} +void emberAfOnOffClusterInitCallback(EndpointId endpoint) +{ +} #ifdef MATTER_DM_PLUGIN_AUDIO_OUTPUT_SERVER #include "audio-output/AudioOutputManager.h"