Skip to content

Commit da0fa6f

Browse files
restyled-commitsarun-silabs
authored andcommitted
Restyled by clang-format
1 parent c914e69 commit da0fa6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/oven-app/silabs/src/OvenManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ void OvenManager::Init()
9595

9696
CHIP_ERROR OvenManager::SetCookSurfaceInitialState(EndpointId cookSurfaceEndpoint)
9797
{
98-
TemperatureMeasurementCluster * temperatureMeasurementCluster = TemperatureMeasurement::FindClusterOnEndpoint(cookSurfaceEndpoint);
98+
TemperatureMeasurementCluster * temperatureMeasurementCluster =
99+
TemperatureMeasurement::FindClusterOnEndpoint(cookSurfaceEndpoint);
99100
VerifyOrReturnError(temperatureMeasurementCluster != nullptr, CHIP_ERROR_INTERNAL);
100101

101102
auto * temperatureControlCluster = TemperatureControl::FindClusterOnEndpoint(kTemperatureControlledCabinetEndpoint);

0 commit comments

Comments
 (0)