Skip to content

Commit 5ae6bed

Browse files
restyled-commitssuneelsignify
authored andcommitted
Restyled by clang-format
1 parent 4c3c1ed commit 5ae6bed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/bridge-app/linux/main.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::DeviceTypeList::Id, ARRAY, kDe
121121
DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::ServerList::Id, ARRAY, kDescriptorAttributeArraySize, 0), /* server list */
122122
DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::ClientList::Id, ARRAY, kDescriptorAttributeArraySize, 0), /* client list */
123123
DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::PartsList::Id, ARRAY, kDescriptorAttributeArraySize, 0), /* parts list */
124-
DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::EndpointUniqueId::Id, ARRAY, 32, 0), /* parts list */
124+
DECLARE_DYNAMIC_ATTRIBUTE(Descriptor::Attributes::EndpointUniqueId::Id, ARRAY, 32, 0), /* parts list */
125125
DECLARE_DYNAMIC_ATTRIBUTE_LIST_END();
126126

127127
// Declare Bridged Device Basic Information cluster attributes
@@ -275,8 +275,8 @@ int AddDeviceEndpoint(Device * dev, EmberAfEndpointType * ep, const Span<const E
275275
DeviceLayer::StackLock lock;
276276
dev->SetEndpointId(gCurrentEndpointId);
277277
dev->SetParentEndpointId(parentEndpointId);
278-
err =
279-
emberAfSetDynamicEndpoint(index, gCurrentEndpointId, ep, dataVersionStorage, deviceTypeList, epUniqueId, parentEndpointId);
278+
err = emberAfSetDynamicEndpoint(index, gCurrentEndpointId, ep, dataVersionStorage, deviceTypeList, epUniqueId,
279+
parentEndpointId);
280280
if (err == CHIP_NO_ERROR)
281281
{
282282
ChipLogProgress(DeviceLayer, "Added device %s to dynamic endpoint %d (index=%d)", dev->GetName(),

0 commit comments

Comments
 (0)