Skip to content

Commit c0da2d7

Browse files
committed
Restyle
1 parent d792243 commit c0da2d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/util/attribute-storage.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include <app/util/endpoint-config-defines.h>
2525
#include <lib/support/CodeUtils.h>
2626

27-
#include <app-common/zap-generated/cluster-objects.h>
2827
#include <app-common/zap-generated/attribute-type.h>
28+
#include <app-common/zap-generated/cluster-objects.h>
2929

3030
static constexpr uint16_t kEmberInvalidEndpointIndex = 0xFFFF;
3131

@@ -61,7 +61,6 @@ static constexpr uint16_t kEmberInvalidEndpointIndex = 0xFFFF;
6161
ZAP_EMPTY_DEFAULT(), attId, attSizeBytes, ZAP_TYPE(attType), attrMask | ZAP_ATTRIBUTE_MASK(EXTERNAL_STORAGE) \
6262
}
6363

64-
6564
/**
6665
* @brief locate attribute metadata
6766
*
@@ -245,7 +244,6 @@ const EmberAfCluster * emberAfFindClusterInType(const EmberAfEndpointType * endp
245244
// Initial configuration
246245
void emberAfEndpointConfigure();
247246

248-
249247
// Register a dynamic endpoint. This involves registering descriptors that describe
250248
// the composition of the endpoint (encapsulated in the 'ep' argument) as well as providing
251249
// storage for data versions.

0 commit comments

Comments
 (0)