Skip to content

Commit e1e4ee6

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent 12a9d1c commit e1e4ee6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/clusters/thermostat-server/thermostat-server.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,10 @@ uint8_t CountUpdatedPresetsAfterApplyingPendingPresets(Delegate * delegate)
347347
}
348348
if (err != CHIP_NO_ERROR)
349349
{
350-
ChipLogError(Zcl, "CountUpdatedPresetsAfterApplyingPendingPresets: GetPendingPresetAtIndex failed with error %" CHIP_ERROR_FORMAT,
351-
err.Format());
350+
ChipLogError(
351+
Zcl,
352+
"CountUpdatedPresetsAfterApplyingPendingPresets: GetPendingPresetAtIndex failed with error %" CHIP_ERROR_FORMAT,
353+
err.Format());
352354
return 0;
353355
}
354356
numberOfPendingPresets++;

0 commit comments

Comments
 (0)