Skip to content

Commit 1c1d290

Browse files
committed
Restyled by clang-format
1 parent 6cc08d5 commit 1c1d290

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/chef/common/clusters/channel/ChannelManager.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#include <iostream>
2525
#include <sstream>
2626
#include <vector>
27-
#include <iostream>
28-
#include <sstream>
2927

3028
using namespace chip;
3129
using namespace chip::app;

examples/chef/common/stubs.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
378378
* emberAfPluginOnOffClusterServerPostInitCallback.
379379
*
380380
*/
381-
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
382-
{
383-
}
381+
void emberAfOnOffClusterInitCallback(EndpointId endpoint) {}
384382

385383
#ifdef MATTER_DM_PLUGIN_AUDIO_OUTPUT_SERVER
386384
#include "audio-output/AudioOutputManager.h"

0 commit comments

Comments
 (0)