Skip to content

Commit

Permalink
Fix restyle issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Jan 26, 2023
1 parent 9d40b03 commit c560730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/clusters/scenes/scenes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ void emAfPluginScenesServerPrintInfo()

if (!entry.targetPositionLiftPercent100thsValue.IsNull() && !entry.targetPositionTiltPercent100thsValue.IsNull())
{
emberAfCorePrint(" Window target percent100ths Lift %5u, Tilt %5u", entry.targetPositionLiftPercent100thsValue.Value(),
emberAfCorePrint(" Window target percent100ths Lift %5u, Tilt %5u",
entry.targetPositionLiftPercent100thsValue.Value(),
entry.targetPositionTiltPercent100thsValue.Value());
}
else if (!entry.targetPositionLiftPercent100thsValue.IsNull())
Expand Down

0 comments on commit c560730

Please sign in to comment.