Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs authored and bzbarsky-apple committed Feb 17, 2023
1 parent 923578d commit ee09025
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 ee09025

Please sign in to comment.