Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Feb 12, 2024
1 parent 6cc08d5 commit 1c1d290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions examples/chef/common/clusters/channel/ChannelManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include <iostream>
#include <sstream>
#include <vector>
#include <iostream>
#include <sstream>

using namespace chip;
using namespace chip::app;
Expand Down
4 changes: 1 addition & 3 deletions examples/chef/common/stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,7 @@ 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"
Expand Down

0 comments on commit 1c1d290

Please sign in to comment.