Skip to content

Commit b3bfdba

Browse files
committed
Restyled patch
1 parent c88339c commit b3bfdba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/thermostat/linux/thermostat-delegate-impl.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,8 @@ CHIP_ERROR ThermostatDelegate::SetActivePresetHandle(const DataModel::Nullable<B
148148
return CHIP_NO_ERROR;
149149
}
150150

151-
System::Clock::Milliseconds16
152-
ThermostatDelegate::GetAtomicWriteTimeout(DataModel::DecodableList<AttributeId> attributeRequests,
153-
System::Clock::Milliseconds16 timeoutRequest)
151+
System::Clock::Milliseconds16 ThermostatDelegate::GetAtomicWriteTimeout(DataModel::DecodableList<AttributeId> attributeRequests,
152+
System::Clock::Milliseconds16 timeoutRequest)
154153
{
155154
auto attributeIdsIter = attributeRequests.begin();
156155
bool requestedPresets = false, requestedSchedules = false;

0 commit comments

Comments
 (0)