Skip to content

Commit d0d96b3

Browse files
restyled-commitszenghuchen-gg
authored andcommitted
Restyled by clang-format
1 parent 73ccd7c commit d0d96b3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/common/server-cluster-shim/ServerClusterShim.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#include <app/ConcreteClusterPath.h>
2020
#include <app/server-cluster/ServerClusterInterface.h>
21-
#include <app/util/AttributesChangedListener.h>
2221
#include <lib/support/ReadOnlyBuffer.h>
2322
#include <lib/support/Span.h>
2423
#include <optional>

src/app/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ static_library("interaction-model") {
276276
":global-attributes",
277277
"${chip_root}/src/access",
278278
"${chip_root}/src/access:provider-impl",
279+
"${chip_root}/src/access:provider-impl",
279280
"${chip_root}/src/app:required-privileges",
281+
"${chip_root}/src/app/data-model-provider",
280282
"${chip_root}/src/app/clusters/ota-provider",
281283
"${chip_root}/src/app/common:attribute-type",
282284
]

src/app/util/mock/attribute-storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
#include <app-common/zap-generated/attribute-type.h>
3232
#include <app-common/zap-generated/ids/Attributes.h>
33-
#include <app/data-model-provider/ProviderChangeListener.h>
3433
#include <app/MessageDef/AttributeDataIB.h>
3534
#include <app/MessageDef/AttributeReportIB.h>
3635
#include <app/MessageDef/AttributeStatusIB.h>
36+
#include <app/data-model-provider/ProviderChangeListener.h>
3737
#include <app/util/attribute-storage.h>
3838
#include <app/util/endpoint-config-api.h>
3939
#include <app/util/mock/Constants.h>

0 commit comments

Comments
 (0)