Skip to content

Commit 9b1d14c

Browse files
restyled-commitssuneelsignify
authored andcommitted
Restyled by clang-format
1 parent 022ce44 commit 9b1d14c

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
@@ -36,8 +36,7 @@ AppTask AppTask::sAppTask;
3636
#include <app/InteractionModelEngine.h>
3737

3838
int AddDeviceEndpoint(Device * dev, EmberAfEndpointType * ep, const Span<const EmberAfDeviceType> & deviceTypeList,
39-
const Span<DataVersion> & dataVersionStorage, chip::CharSpan epUniqueId,
40-
chip::EndpointId parentEndpointId);
39+
const Span<DataVersion> & dataVersionStorage, chip::CharSpan epUniqueId, chip::EndpointId parentEndpointId);
4140
CHIP_ERROR RemoveDeviceEndpoint(Device * dev);
4241
void HandleDeviceTempSensorStatusChanged(DeviceTempSensor * dev, DeviceTempSensor::Changed_t itemChangedMask);
4342
Protocols::InteractionModel::Status HandleReadTempMeasurementAttribute(DeviceTempSensor * dev, chip::AttributeId attributeId,

0 commit comments

Comments
 (0)