Skip to content

Commit f6503c8

Browse files
restyled-commitssuneelsignify
authored andcommitted
Restyled by clang-format
1 parent 236cbe4 commit f6503c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/bridge-app/telink/src/AppTask.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ const EmberAfDeviceType gBridgedTempSensorDeviceTypes[] = { { DEVICE_TYPE_TEMP_S
184184
{ DEVICE_TYPE_BRIDGED_NODE, DEVICE_VERSION_DEFAULT } };
185185

186186
int AddDeviceEndpoint(Device * dev, EmberAfEndpointType * ep, const Span<const EmberAfDeviceType> & deviceTypeList,
187-
const Span<DataVersion> & dataVersionStorage, chip::CharSpan epUniqueId,
188-
chip::EndpointId parentEndpointId)
187+
const Span<DataVersion> & dataVersionStorage, chip::CharSpan epUniqueId, chip::EndpointId parentEndpointId)
189188
{
190189
uint8_t index = 0;
191190
while (index < CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT)

0 commit comments

Comments
 (0)