Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f1c7b7

Browse files
restyled-commitsThirsrin
authored andcommittedAug 6, 2024
Restyled by clang-format
1 parent 94e193c commit 9f1c7b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/app/clusters/color-control-server/color-control-server.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ class ColorControlServer
223223
}
224224
}
225225

226-
bool shouldExecuteIfOff(chip::EndpointId endpoint, chip::BitMask<chip::app::Clusters::ColorControl::OptionsBitmap> optionMask, chip::BitMask<chip::app::Clusters::ColorControl::OptionsBitmap> optionOverride);
226+
bool shouldExecuteIfOff(chip::EndpointId endpoint, chip::BitMask<chip::app::Clusters::ColorControl::OptionsBitmap> optionMask,
227+
chip::BitMask<chip::app::Clusters::ColorControl::OptionsBitmap> optionOverride);
227228
void handleModeSwitch(chip::EndpointId endpoint, chip::app::Clusters::ColorControl::EnhancedColorModeEnum newColorMode);
228229
uint16_t computeTransitionTimeFromStateAndRate(Color16uTransitionState * p, uint16_t rate);
229230
EmberEventControl * getEventControl(chip::EndpointId endpoint);

0 commit comments

Comments
 (0)
Please sign in to comment.