Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and nivi-apple committed Aug 5, 2024
1 parent 12a9d1c commit e1e4ee6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/clusters/thermostat-server/thermostat-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,10 @@ uint8_t CountUpdatedPresetsAfterApplyingPendingPresets(Delegate * delegate)
}
if (err != CHIP_NO_ERROR)
{
ChipLogError(Zcl, "CountUpdatedPresetsAfterApplyingPendingPresets: GetPendingPresetAtIndex failed with error %" CHIP_ERROR_FORMAT,
err.Format());
ChipLogError(
Zcl,
"CountUpdatedPresetsAfterApplyingPendingPresets: GetPendingPresetAtIndex failed with error %" CHIP_ERROR_FORMAT,
err.Format());
return 0;
}
numberOfPendingPresets++;
Expand Down

0 comments on commit e1e4ee6

Please sign in to comment.