Skip to content

Commit 694b38c

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by clang-format
1 parent cddfbf5 commit 694b38c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

examples/fabric-bridge-app/fabric-bridge-common/src/BridgedDeviceManager.cpp

+3-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,9 @@ DECLARE_DYNAMIC_ATTRIBUTE(BridgedDeviceBasicInformation::Attributes::NodeLabel::
9393

9494
// Declare Ecosystem Information cluster attributes
9595
DECLARE_DYNAMIC_ATTRIBUTE_LIST_BEGIN(ecosystemInformationBasicAttrs)
96-
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::RemovedOn::Id, EPOCH_US, kNodeLabelSize,
97-
ATTRIBUTE_MASK_NULLABLE),
98-
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::DeviceDirectory::Id, ARRAY, kDescriptorAttributeArraySize,
99-
0),
100-
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::LocationDirectory::Id, ARRAY, kDescriptorAttributeArraySize,
101-
0),
96+
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::RemovedOn::Id, EPOCH_US, kNodeLabelSize, ATTRIBUTE_MASK_NULLABLE),
97+
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::DeviceDirectory::Id, ARRAY, kDescriptorAttributeArraySize, 0),
98+
DECLARE_DYNAMIC_ATTRIBUTE(EcosystemInformation::Attributes::LocationDirectory::Id, ARRAY, kDescriptorAttributeArraySize, 0),
10299
DECLARE_DYNAMIC_ATTRIBUTE_LIST_END();
103100

104101
// Declare Administrator Commissioning cluster attributes

0 commit comments

Comments
 (0)