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 jadhavrohit924 committed Jun 13, 2023
1 parent c5b2aba commit c647d5a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class RefrigeratorAlarmServer
const chip::BitMask<chip::app::Clusters::RefrigeratorAlarm::AlarmMap> & mask);

// When State changes we are generating Notify event
EmberAfStatus SetStateValue(chip::EndpointId endpoint, chip::BitMask<chip::app::Clusters::RefrigeratorAlarm::AlarmMap> newState);
EmberAfStatus SetStateValue(chip::EndpointId endpoint,
chip::BitMask<chip::app::Clusters::RefrigeratorAlarm::AlarmMap> newState);

private:
static RefrigeratorAlarmServer instance;
Expand Down

0 comments on commit c647d5a

Please sign in to comment.