Skip to content

Commit 63f55ae

Browse files
restyled-commitssuneelsignify
authored andcommitted
Restyled by whitespace
1 parent 2f8672d commit 63f55ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bridge-app/asr/subdevice/SubDeviceManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int AddDeviceEndpoint(SubDevice * dev, EmberAfEndpointType * ep, const Span<cons
6262
{
6363
dev->SetEndpointId(gCurrentEndpointId);
6464
err =
65-
emberAfSetDynamicEndpoint(index, gCurrentEndpointId, ep, dataVersionStorage, deviceTypeList,
65+
emberAfSetDynamicEndpoint(index, gCurrentEndpointId, ep, dataVersionStorage, deviceTypeList,
6666
epUniqueId, parentEndpointId);
6767
if (err == CHIP_NO_ERROR)
6868
{

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ std::optional<unsigned> BridgedDeviceManager::AddDeviceEndpoint(std::unique_ptr<
216216
dev->SetEndpointId(mCurrentEndpointId);
217217
dev->SetParentEndpointId(parentEndpointId);
218218
CHIP_ERROR err =
219-
emberAfSetDynamicEndpoint(index, mCurrentEndpointId, ep, dataVersionStorage, deviceTypeList, epUniqueId,
219+
emberAfSetDynamicEndpoint(index, mCurrentEndpointId, ep, dataVersionStorage, deviceTypeList, epUniqueId,
220220
parentEndpointId);
221221
if (err == CHIP_NO_ERROR)
222222
{

0 commit comments

Comments
 (0)