Skip to content

Commit 46e8f0c

Browse files
restyled-commitsPeterC1965
authored andcommitted
Restyled by clang-format
1 parent 2cbe9c6 commit 46e8f0c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

examples/energy-management-app/energy-management-common/include/DEMManufacturerDelegate.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class DEMManufacturerDelegate
7373

7474
virtual CHIP_ERROR
7575
HandleModifyForecastRequest(const uint32_t forecastID,
76-
const DataModel::DecodableList<Structs::SlotAdjustmentStruct::DecodableType> & slotAdjustments,
77-
AdjustmentCauseEnum cause)
76+
const DataModel::DecodableList<Structs::SlotAdjustmentStruct::DecodableType> & slotAdjustments,
77+
AdjustmentCauseEnum cause)
7878
{
7979
return CHIP_NO_ERROR;
8080
}

examples/energy-management-app/energy-management-common/include/DeviceEnergyManagementDelegateImpl.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,9 @@ class DeviceEnergyManagementDelegate : public DeviceEnergyManagement::Delegate
242242

243243
DataModel::Nullable<Structs::PowerAdjustCapabilityStruct::Type> mPowerAdjustCapabilityStruct;
244244

245-
// The DeviceEnergyManagementDelegate owns the master copy of the ForecastStruct object which is accessed via GetForecast and SetForecast.
246-
// The slots field of forecast is owned and managed by the object that implements the DEMManufacturerDelegate interface.
245+
// The DeviceEnergyManagementDelegate owns the master copy of the ForecastStruct object which is accessed via GetForecast and
246+
// SetForecast. The slots field of forecast is owned and managed by the object that implements the DEMManufacturerDelegate
247+
// interface.
247248
//
248249
// The rationale for this is as follows:
249250
// It is envisioned there will be one master forecast object declared in DeviceEnergyManagementDelegate. When

0 commit comments

Comments
 (0)