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 lpbeliveau-silabs committed Feb 16, 2023
1 parent 923578d commit 1934f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/scenes/scenes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ bool emberAfPluginScenesServerParseAddScene(
if (enhanced)
{
entry.transitionTime = transitionTime / 10;
entry.transitionTime100ms = (uint8_t) (transitionTime - entry.transitionTime * 10);
entry.transitionTime100ms = (uint8_t)(transitionTime - entry.transitionTime * 10);
}
else
{
Expand Down

0 comments on commit 1934f2e

Please sign in to comment.