Skip to content

Commit c8bf993

Browse files
restyled-commitserwinpan1
authored andcommitted
Restyled by clang-format
1 parent fdc00b7 commit c8bf993

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

examples/chef/common/chef-air-quality.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
#ifdef MATTER_DM_PLUGIN_AIR_QUALITY_SERVER
2525
chip::Protocols::InteractionModel::Status chefAirQualityWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
26-
const EmberAfAttributeMetadata * attributeMetadata,
27-
uint8_t * buffer);
26+
const EmberAfAttributeMetadata * attributeMetadata,
27+
uint8_t * buffer);
2828
chip::Protocols::InteractionModel::Status chefAirQualityReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
29-
const EmberAfAttributeMetadata * attributeMetadata, uint8_t * buffer,
30-
uint16_t maxReadLength);
29+
const EmberAfAttributeMetadata * attributeMetadata,
30+
uint8_t * buffer, uint16_t maxReadLength);
3131
#endif

examples/chef/common/chef-concentration-measurement.h

+7-6
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
defined(MATTER_DM_PLUGIN_PM10_CONCENTRATION_MEASUREMENT_SERVER) || \
3232
defined(MATTER_DM_PLUGIN_TOTAL_VOLATILE_ORGANIC_COMPOUNDS_CONCENTRATION_MEASUREMENT_SERVER) || \
3333
defined(MATTER_DM_PLUGIN_RADON_CONCENTRATION_MEASUREMENT_SERVER)
34-
chip::Protocols::InteractionModel::Status chefConcentrationMeasurementWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
35-
const EmberAfAttributeMetadata * attributeMetadata,
36-
uint8_t * buffer);
37-
chip::Protocols::InteractionModel::Status chefConcentrationMeasurementReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
38-
const EmberAfAttributeMetadata * attributeMetadata,
39-
uint8_t * buffer, uint16_t maxReadLength);
34+
chip::Protocols::InteractionModel::Status
35+
chefConcentrationMeasurementWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
36+
const EmberAfAttributeMetadata * attributeMetadata, uint8_t * buffer);
37+
chip::Protocols::InteractionModel::Status
38+
chefConcentrationMeasurementReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
39+
const EmberAfAttributeMetadata * attributeMetadata, uint8_t * buffer,
40+
uint16_t maxReadLength);
4041
#endif

0 commit comments

Comments
 (0)