Skip to content

Commit

Permalink
Restyled patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hasty committed Aug 30, 2024
1 parent 93206a3 commit 82a86a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ CHIP_ERROR ThermostatAttrAccess::AppendPendingPreset(Thermostat::Delegate * dele

if (presetCount > maximumPresetCount)
{
ChipLogError(Zcl, "Preset count exceeded %u: %u ", static_cast<unsigned>(maximumPresetCount), static_cast<unsigned>(presetCount));
ChipLogError(Zcl, "Preset count exceeded %u: %u ", static_cast<unsigned>(maximumPresetCount),
static_cast<unsigned>(presetCount));
return CHIP_IM_GLOBAL_STATUS(ResourceExhausted);
}

Expand Down

0 comments on commit 82a86a5

Please sign in to comment.