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 fessehaeve committed Aug 6, 2024
1 parent e6e19a2 commit 4008a0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/clusters/thermostat-server/thermostat-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,8 @@ uint8_t CountNumberOfPendingPresets(Delegate * delegate)
}
if (err != CHIP_NO_ERROR)
{
ChipLogError(
Zcl,
"CountNumberOfPendingPresets: GetPendingPresetAtIndex failed with error %" CHIP_ERROR_FORMAT,
err.Format());
ChipLogError(Zcl, "CountNumberOfPendingPresets: GetPendingPresetAtIndex failed with error %" CHIP_ERROR_FORMAT,
err.Format());
return 0;
}
numberOfPendingPresets++;
Expand Down

0 comments on commit 4008a0c

Please sign in to comment.