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 erwinpan1 committed Jan 12, 2024
1 parent e01f3c0 commit 93b9788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/common/chef-fan-control-manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Status ChefFanControlManager::HandleStep(StepDirectionEnum aDirection, bool aWra
VerifyOrReturnError(EMBER_ZCL_STATUS_SUCCESS == status, Status::InvalidCommand);

uint8_t newSpeedSetting;
uint8_t speedValue = speedSetting.ValueOr(speedCurrent);
uint8_t speedValue = speedSetting.ValueOr(speedCurrent);
const uint8_t kLowestSpeed = aLowestOff ? 0 : 1;

if (aDirection == StepDirectionEnum::kIncrease)
Expand Down

0 comments on commit 93b9788

Please sign in to comment.